mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-02-21 11:18:01 +00:00
5 lines
105 B
Docker
5 lines
105 B
Docker
FROM pytorch/pytorch:latest
|
|
WORKDIR /code
|
|
RUN pip install --no-cache-dir -r requirements.txt
|
|
EXPOSE 8888
|