datasciencesage commited on
Commit
18fc9ad
·
1 Parent(s): 350f0fe

changed the versions

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
- FROM python:3.9
5
 
6
  RUN useradd -m -u 1000 user
7
  USER user
 
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
+ FROM python:3.10
5
 
6
  RUN useradd -m -u 1000 user
7
  USER user
requirements.txt CHANGED
@@ -3,8 +3,8 @@ librosa
3
  transformers
4
  numpy
5
  traceback
6
- keras
7
  torch
8
  torchvision
9
  torchaudio
10
- pathlib
 
 
3
  transformers
4
  numpy
5
  traceback
 
6
  torch
7
  torchvision
8
  torchaudio
9
+ pathlib
10
+ keras==3.7.0