added Dockerfile setup

This commit is contained in:
Aladdin Persson
2023-12-08 14:12:21 +01:00
parent 5280b33a5c
commit 1b310a3422
5 changed files with 48 additions and 1 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM pytorch/pytorch:latest
WORKDIR /code
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8888