Spaces:
No application file
No application file
Update docker
Browse files
docker
CHANGED
@@ -16,3 +16,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
16 |
|
17 |
COPY --chown=user . /app
|
18 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
16 |
|
17 |
COPY --chown=user . /app
|
18 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
19 |
+
git add requirements.txt app.py Dockerfile && git commit -m 'Add application file' && git push
|