mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-02-21 11:18:01 +00:00
updated readme for docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user