|
@ -1,6 +1,6 @@ |
|
|
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.6 |
|
|
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7 |
|
|
|
|
|
|
|
|
RUN pip install celery==4.2.1 passlib[bcrypt] tenacity requests emails "fastapi>=0.7.1" uvicorn gunicorn pyjwt python-multipart email_validator jinja2 psycopg2-binary alembic SQLAlchemy |
|
|
RUN pip install celery~=4.3 passlib[bcrypt] tenacity requests emails "fastapi>=0.7.1" uvicorn gunicorn pyjwt python-multipart email_validator jinja2 psycopg2-binary alembic SQLAlchemy |
|
|
|
|
|
|
|
|
# For development, Jupyter remote kernel, Hydrogen |
|
|
# For development, Jupyter remote kernel, Hydrogen |
|
|
# Using inside the container: |
|
|
# Using inside the container: |
|
|