Spaces:
Running
Running
fuxialexander
commited on
Merge branch 'main'
Browse files- Dockerfile +1 -1
- Dockerfile-github → Dockerfile-dockerhub +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
FROM fuxialexander/getdemo:latest
|
3 |
|
4 |
# Switch to mambauser with updated UID
|
|
|
1 |
+
# This is the dockerfile for the Gradio app on huggingface
|
2 |
FROM fuxialexander/getdemo:latest
|
3 |
|
4 |
# Switch to mambauser with updated UID
|
Dockerfile-github → Dockerfile-dockerhub
RENAMED
@@ -1,4 +1,4 @@
|
|
1 |
-
#
|
2 |
FROM mambaorg/micromamba
|
3 |
|
4 |
|
|
|
1 |
+
# This is the dockerfile for dockerhub fuxialexander/getdemo:latest
|
2 |
FROM mambaorg/micromamba
|
3 |
|
4 |
|