Skip to content

Commit

Permalink
Uncomment commented code in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed May 16, 2024
1 parent 9eccdd8 commit 959c34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -x && apt-get update && \
WORKDIR $APP_HOME
COPY . .

# RUN if [ -d whl -a "$(ls -A whl/*.whl)" ]; then pip install whl/*.whl; fi
RUN if [ -d whl -a "$(ls -A whl/*.whl)" ]; then pip install whl/*.whl; fi
RUN export SET_BUILD_ENV_FROM_FILE=false \
&& make install \
&& unset SET_BUILD_ENV_FROM_FILE
Expand Down

0 comments on commit 959c34c

Please sign in to comment.