xmrt commited on
Commit
d7b3f9c
1 Parent(s): 31c8806
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY ./requirements.txt /code/requirements.txt
8
  #https://download.pytorch.org/whl/torch_stable.ht
9
 
10
  #https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
11
- RUN apt-get update && apt-get install python3.9 python3-pip git ffmpeg libsm6 libxext6 -y
12
 
13
  RUN pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
14
  # --index-url https://download.pytorch.org/whl/cu117
 
8
  #https://download.pytorch.org/whl/torch_stable.ht
9
 
10
  #https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo
11
+ RUN apt-get update && apt-get install python3.10 python3-pip git ffmpeg libsm6 libxext6 -y
12
 
13
  RUN pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
14
  # --index-url https://download.pytorch.org/whl/cu117