Files
Machine-Learning-Collection/Dockerfile

5 lines
105 B
Docker
Raw Normal View History

2023-12-08 14:12:21 +01:00
FROM pytorch/pytorch:latest
WORKDIR /code
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8888