|
@@ -16,6 +16,7 @@ COPY ./app/pyproject.toml ./app/poetry.lock* /app/
|
|
|
|
|
|
# Allow installing dev dependencies to run tests
|
|
|
ARG INSTALL_DEV=false
|
|
|
+RUN pip install --upgrade pip setuptools pkginfo
|
|
|
RUN bash -c "if [ $INSTALL_DEV == 'true' ] ; then poetry install --no-root ; else poetry install --no-root --no-dev ; fi"
|
|
|
|
|
|
# For development, Jupyter remote kernel, Hydrogen
|