Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Oct 1, 2024
1 parent c969255 commit ec04e32
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 @@ -26,5 +26,5 @@ RUN pip install --no-cache-dir "/llm-foundry${DEP_GROUPS}"
# Conditionally uninstall llm-foundry and remove its directory
RUN if [ "$KEEP_FOUNDRY" != "true" ]; then \
pip uninstall -y llm-foundry && \
rm -rf llm-foundry; \
rm -rf /llm-foundry; \
fi

0 comments on commit ec04e32

Please sign in to comment.