fuxialexander commited on
Commit
af0069b
1 Parent(s): b5ffc27

try modify s3

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. Dockerfile-dockerhub +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY --chown=$MAMBA_USER:$MAMBA_USER app/main.py /app/app/main.py
13
  # Set the working directory where your app resides
14
 
15
  # Command to run the Gradio app automatically
16
- CMD ["python", "/app/app/main.py", "-n", "0.0.0.0", "-p", "7860", "-u", "s3://2023-get-xf2217/get_demo_test_data", "-d", "/app/data"]
 
13
  # Set the working directory where your app resides
14
 
15
  # Command to run the Gradio app automatically
16
+ CMD ["python", "/app/app/main.py", "-n", "0.0.0.0", "-p", "7860", "-u", "s3://2023-get-xf2217/get_demo", "-d", "/app/data"]
Dockerfile-dockerhub CHANGED
@@ -57,4 +57,4 @@ EXPOSE 7860
57
  # Set the working directory where your app resides
58
 
59
  # Command to run the Gradio app automatically
60
- CMD ["python", "app/main.py", "-p", "7860", "-s", "-u", "s3://2023-get-xf2217/get_demo_test_data", "-d", "/data"]
 
57
  # Set the working directory where your app resides
58
 
59
  # Command to run the Gradio app automatically
60
+ CMD ["python", "app/main.py", "-p", "7860", "-s", "-u", "s3://2023-get-xf2217/get_demo", "-d", "/data"]