Skip to content

Commit

Permalink
Define explicitly the workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Feb 7, 2024
1 parent 225aa0d commit 13f7623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ RUN echo 'function activate_conda() {' >> /etc/bash.bashrc &&\
# As documented as follows, we provide a suggestion through an environment variable.
# https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments
ENV WORKON_HOME=$CONDA_PREFIX_JAXSIM

# Specify the workdir of the container
WORKDIR /workspace/jaxsim

0 comments on commit 13f7623

Please sign in to comment.