Ubuntu commited on
Commit
681c7c0
·
1 Parent(s): aa67d46
.ipynb_checkpoints/Dockerfile-checkpoint CHANGED
@@ -26,7 +26,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
26
  # COPY --chown=user . $HOME/app
27
 
28
  # Start the FastAPI app on port 7860, the default port expected by Spaces
29
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
30
 
31
 
32
 
 
26
  # COPY --chown=user . $HOME/app
27
 
28
  # Start the FastAPI app on port 7860, the default port expected by Spaces
29
+ # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
30
 
31
 
32
 
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
26
  # COPY --chown=user . $HOME/app
27
 
28
  # Start the FastAPI app on port 7860, the default port expected by Spaces
29
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
30
 
31
 
32
 
 
26
  # COPY --chown=user . $HOME/app
27
 
28
  # Start the FastAPI app on port 7860, the default port expected by Spaces
29
+ # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
30
 
31
 
32