minhpng commited on
Commit
79c6267
·
1 Parent(s): c793d93

test docker

Browse files
Files changed (1) hide show
  1. dockerfile +2 -0
dockerfile CHANGED
@@ -10,5 +10,7 @@ WORKDIR /
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
 
 
13
  # Start the FastAPI app on port 7860, the default port expected by Spaces
14
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
13
+ #test docker
14
+
15
  # Start the FastAPI app on port 7860, the default port expected by Spaces
16
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]