contains ROS noetic, CRAM, jupyter notebook, common-lisp kernel and lectures
791
Credits go to Bhavya Wadhwa
Find the dockerfile here
Check out our CRAM lectures as Jupyter Notebooks and the install guide for Linux, Windows and Mac
LINUX
# docker-compose-linux.yml
version: '3'
services:
cram:
image: "arthurniedz/cram:latest"
container_name: cram_container
network_mode: host
privileged: true
environment:
- DISPLAY=${DISPLAY}
volumes:
- ./lectures:/home/lectures
WINDOWS and MAC
# docker-compose-windows.yml
version: '3'
services:
cram:
image: "arthurniedz/cram:latest"
container_name: cram_container
network_mode: bridge
privileged: true
ports:
- "8888:8888"
expose:
- "8888"
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./lectures:/home/lectures
Content type
Image
Digest
sha256:8c2cb59d8…
Size
1.7 GB
Last updated
almost 4 years ago
docker pull arthurniedz/cram