Skip to content

Commit

Permalink
Merge pull request #156 from K3cks/binder-requirements
Browse files Browse the repository at this point in the history
[binder]: removed uninstallation of numpy
  • Loading branch information
sunava authored Apr 25, 2024
2 parents 408986d + d7b5b7f commit 67c2c5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ RUN vcs import --input pycram/binder/pycram-http.rosinstall --recursive

RUN pip install --requirement ${PYCRAM_WS}/src/pycram/binder/requirements.txt --user

# Remove double numpy version
RUN pip uninstall numpy -y
RUN pip install --upgrade pip

COPY --chown=${NB_USER}:users binder/me ${PYCRAM_WS}/src/me

USER root
Expand Down

0 comments on commit 67c2c5c

Please sign in to comment.