fuxialexander commited on
Commit
97a8e61
2 Parent(s): c766d65 f0b16b9

Merge branch 'main'

Browse files
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- # Use an official miniconda3 as a parent image
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
- # Use an official miniconda3 as a parent image
2
  FROM mambaorg/micromamba
3
 
4
 
 
1
+ # This is the dockerfile for dockerhub fuxialexander/getdemo:latest
2
  FROM mambaorg/micromamba
3
 
4