Skip to content

Commit

Permalink
fix: added requirements_lite.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkanakam87 authored Jan 13, 2025
1 parent d474ed5 commit a44a6e1
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 a44a6e1

Please sign in to comment.