Skip to content

Commit

Permalink
fix startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Apr 12, 2024
1 parent 1435636 commit 8aae9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ done
# Optionnally install addtional dependencies
if [[ -n ${ADDITIONAL_REQUIREMENTS_PATH+x} ]]; then
echo "Installing addtional requirements..."
cd algorithmic-efficiency
COMMAND="pip install -r ${ADDITIONAL_REQUIREMENTS_PATH}"
echo $COMMAND
eval $COMMAND
Expand Down

0 comments on commit 8aae9dc

Please sign in to comment.