Skip to content

Commit

Permalink
Merge branch 'develop' into sonchau/update_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SonQBChau committed Jan 8, 2025
2 parents d6d91f0 + 23b1db9 commit bbe6f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG venv_python
ARG venv_python=3.12
FROM python:${venv_python}

LABEL Maintainer="CanDIG Team"
Expand All @@ -19,7 +19,7 @@ WORKDIR /app
COPY ./requirements /app/requirements

# Conditionally install dependencies based on the environment
ARG debug_mode
ARG debug_mode
RUN if [ ${debug_mode} = 1 ]; then \
pip install --no-cache-dir -r requirements/dev.txt; \
else \
Expand Down

0 comments on commit bbe6f4d

Please sign in to comment.