dockerfile gpu

Former-commit-id: 973af6ebccdab0a7c57eef36bd26d13d4f5bd692
pull/160/head
Kye 2 years ago
parent bc2ef91d0b
commit 267350241b

@ -25,5 +25,9 @@ RUN python3.10 -m pip install --upgrade pip && \
# Copy application files
COPY . .
# Expose port
# EXPOSE ${EVAL_PORT}
# Run the application
CMD ["python3.10", "-m", "api.main", "serve"]
CMD ["uvicorn", "api.app:app", "--host", "0.0.0.0", "--port", "8000"]
Loading…
Cancel
Save