dbouget commited on
Commit
cf8b617
1 Parent(s): ac5b4c5

Using Andre's backend branch with Py3.8

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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
- FROM python:3.7-slim
4
 
5
  # set language, format and stuff
6
  ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
 
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
+ FROM python:3.8-slim
4
 
5
  # set language, format and stuff
6
  ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- raidionicsrads@git+https://github.com/dbouget/raidionics_rads_lib
2
- gradio==3.34.0
 
1
+ raidionicsrads@git+https://github.com/andreped/raidionics_rads_lib
2
+ gradio==3.44.4