Skip to content

Instantly share code, notes, and snippets.

@ben0it8
Created July 30, 2019 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ben0it8/6f0e5ac02b1f8594c04eeee3a1f8245b to your computer and use it in GitHub Desktop.
Save ben0it8/6f0e5ac02b1f8594c04eeee3a1f8245b to your computer and use it in GitHub Desktop.
# Install training requirements
COPY docker-res/requirements.txt "/tmp/"
RUN pip install -r "tmp/requirements.txt"
# Install app requirements
RUN pip install --upgrade uvicorn fastapi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment