Skip to content

Commit

Permalink
Merge pull request #28 from cyberbotics/ikpy-dockerfile
Browse files Browse the repository at this point in the history
Add the ikpy dockerfile
  • Loading branch information
Benjamin Délèze authored Feb 8, 2023
2 parents 2a77212 + 5e1a692 commit 772c62c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile_ikpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM cyberbotics/webots.cloud:R2023a-ubuntu22.04
RUN apt-get update && apt-get install -y python3-pip && rm -rf /var/lib/apt/lists/ && pip install --no-cache-dir ikpy

0 comments on commit 772c62c

Please sign in to comment.