hanantonio commited on
Commit
2d31cf3
·
verified ·
1 Parent(s): 47b5025

Upload 2 files

Browse files
Files changed (2) hide show
  1. src/Dockerfile +1 -1
  2. src/requirements.txt +2 -2
src/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10-slim
2
 
3
  WORKDIR /app
4
 
 
1
+ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
src/requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- torch==2.5.0
2
- torchvision==0.20.0
3
  tensorflow==2.17.1
4
  streamlit==1.44.0
5
  pandas==2.2.3
 
1
+ torch==1.11.0
2
+ torchvision==0.21.0
3
  tensorflow==2.17.1
4
  streamlit==1.44.0
5
  pandas==2.2.3