Skip to content

Commit

Permalink
update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou committed Jul 29, 2023
1 parent dfdd177 commit a283f0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py

# Install setuptools.
RUN pip install setuptools

# Install meltingpot
RUN cd workspace/meltingpot
RUN pip install --editable [dev]
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// on large machines).
"--shm-size=6gb"
],
"postCreateCommand": "pip install --editable .[dev]",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit a283f0e

Please sign in to comment.