Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Apr 19, 2024
1 parent 8aae9dc commit 648a734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +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}"
COMMAND="cd algorithmic-efficiency && pip install -r ${ADDITIONAL_REQUIREMENTS_PATH}"
echo $COMMAND
eval $COMMAND
fi
Expand Down

0 comments on commit 648a734

Please sign in to comment.