Skip to content

Commit 062d960

Browse files
authored
Merge pull request trustyai-explainability#31 from m-misiura/bug-in-hf-dockerfile
🐛 added missing comma in `Dockerfile.hf`
2 parents 69bbdf7 + d269ae6 commit 062d960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detectors/Dockerfile.hf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ COPY ./huggingface/detector.py /app
2626
COPY ./huggingface/scheme.py /app
2727

2828
EXPOSE 8000
29-
CMD ["uvicorn", "app:app" "--workers", "4", "--host", "0.0.0.0", "--port", "8000", "--log-config", "/common/log_conf.yaml"]
29+
CMD ["uvicorn", "app:app", "--workers", "4", "--host", "0.0.0.0", "--port", "8000", "--log-config", "/common/log_conf.yaml"]
3030

3131
# gunicorn main:app --workers 4 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000

0 commit comments

Comments
 (0)