"docs/vscode:/vscode.git/clone" did not exist on "2ae9c29067cfebb7d30dc2a967de85c140cd9f47"
Unverified Commit c22315fc authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

fix: add planner path in devcontainer (#1113)

parent 34f3fc6d
......@@ -296,6 +296,7 @@ COPY --from=base --chown=$USERNAME:$USERNAME /usr/local/bin /usr/local/bin
USER $USERNAME
ENV HOME=/home/$USERNAME
ENV PYTHONPATH=$HOME/dynamo/deploy/sdk/src:$PYTHONPATH:$HOME/dynamo/components/planner/src:$PYTHONPATH
WORKDIR $HOME
# https://code.visualstudio.com/remote/advancedcontainers/persist-bash-history
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment