Skip to content

Commit

Permalink
cuda 11.8 build use standart requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemgoknar committed Oct 30, 2023
1 parent c5574fd commit b6b1bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile.cuda118
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-devel
WORKDIR /app
COPY requirements.txt .
RUN python -m pip install --use-deprecated=legacy-resolver -r requirements.frozen.txt
RUN python -m pip install --use-deprecated=legacy-resolver -r requirements.txt

COPY main.py .

Expand Down

0 comments on commit b6b1bdb

Please sign in to comment.