Skip to content

Commit

Permalink
[binder]: added specific requirements for launch
Browse files Browse the repository at this point in the history
  • Loading branch information
kecks committed Apr 22, 2024
1 parent 0fa34c9 commit a16f3d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR ${PYCRAM_WS}/src/
COPY --chown=${NB_USER}:users . pycram/
RUN vcs import --input pycram/binder/pycram-http.rosinstall --recursive

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

# Remove double numpy version
RUN pip uninstall numpy -y
Expand Down
18 changes: 18 additions & 0 deletions binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
gitpython>=3.1.37
pybullet~=3.2.5
rospkg~=1.4.0
roslibpy~=1.2.1
# rospy~=1.14.11
pathlib~=1.0.1
numpy>=1.21.1
pytransform3d~=1.9.1
# tf~=1.12.1
# actionlib~=1.12.1
urdf-parser-py~=0.0.3
graphviz
anytree>=2.8.0
SQLAlchemy>=2.0.9
tqdm==4.66.1
psutil==5.9.7
lxml==4.9.1
rdflib==7.0.0

0 comments on commit a16f3d5

Please sign in to comment.