Skip to content

Commit

Permalink
Merge pull request #106 from microsoft/add-directory-to-poetry
Browse files Browse the repository at this point in the history
adjusting postStart for python to use container directory
  • Loading branch information
bradarm authored Aug 2, 2024
2 parents 184f643 + 220f8eb commit db1fe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/features/spacefx-dev/postStart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function python_poetry_install(){
shift
done

run_a_script "/root/.local/bin/poetry install ${extra_cmd}"
run_a_script "/root/.local/bin/poetry install --directory=${CONTAINER_WORKING_DIR:?} ${extra_cmd}"


info_log "END: ${FUNCNAME[0]}"
Expand Down

0 comments on commit db1fe2c

Please sign in to comment.