Spaces:
Sleeping
Sleeping
dbouget commited on
Commit ·
cf8b617
1
Parent(s): ac5b4c5
Using Andre's backend branch with Py3.8
Browse files- Dockerfile +1 -1
- 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.
|
| 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/
|
| 2 |
-
gradio==3.
|
|
|
|
| 1 |
+
raidionicsrads@git+https://github.com/andreped/raidionics_rads_lib
|
| 2 |
+
gradio==3.44.4
|