Skip to content

Commit

Permalink
Merge pull request #530 from Steinbeck-Lab/development
Browse files Browse the repository at this point in the history
fix: added requirements_lite.txt
  • Loading branch information
Kohulan authored Jan 13, 2025
2 parents 55ceb6d + 1e5efb2 commit 3a40170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && \

# Combine conda and pip operations to reduce layers
WORKDIR /code
COPY requirements.txt .
COPY requirements_lite.txt .
RUN conda install -c conda-forge python=${PYTHON_VERSION} sqlite --force-reinstall && \
python3 -m pip install --no-cache-dir -U pip setuptools && \
pip3 install --no-cache-dir -r requirements_lite.txt && \
Expand Down

0 comments on commit 3a40170

Please sign in to comment.