hanantonio commited on
Commit
6b74312
·
verified ·
1 Parent(s): dd0c5fb

Upload 2 files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -22,11 +22,9 @@ RUN pip install --upgrade pip
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  #install
25
- RUN pip install torch==1.11.0 torchvision==0.12.0
26
  RUN pip install fastopic
27
 
28
-
29
-
30
  # Expose Streamlit port
31
  EXPOSE 8501
32
 
 
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  #install
25
+ RUN pip install torch==1.11.0 torchvision==0.21.0
26
  RUN pip install fastopic
27
 
 
 
28
  # Expose Streamlit port
29
  EXPOSE 8501
30