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 a824f1f
Showing 1 changed file with 4 additions and 0 deletions.
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]

0 comments on commit a824f1f

Please sign in to comment.