updated readme for docker

This commit is contained in:
Aladdin Persson
2023-12-08 15:32:35 +01:00
parent 1b310a3422
commit 5ccb93b033
11 changed files with 49 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
FROM pytorch/pytorch:latest
FROM pytorch/pytorch:2.1.1-cuda12.1-cudnn8-runtime
RUN pip install --upgrade pip
WORKDIR /code
COPY requirements.txt /code/
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8888