Skip to content

Commit

Permalink
cuda fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JunjieLl committed Oct 28, 2024
1 parent d013dac commit 6ce2cb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions environment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM python:3.10.8

ENV TZ=Asia/Shanghai
ENV DEBIAN_FRONTEND=noninteractive
FROM FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-runtime

COPY ./requirements.txt /tmp/requirements.txt

Expand Down
2 changes: 0 additions & 2 deletions environment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
torch==1.13.1+cu116
torchvision==0.14.1+cu116
torchaudio==0.13.1
auraloss==0.4.0
cython==3.0.10
Expand Down

0 comments on commit 6ce2cb9

Please sign in to comment.