jupyter-cadquery icon indicating copy to clipboard operation
jupyter-cadquery copied to clipboard

Accessing local folder

Open aguileraGit opened this issue 1 year ago • 0 comments

I've converted the docker command to docker compose. I want to map the $WORKDIR to point to a directory on my host. Any thoughts on how to do this?

Docker compose

name: jupyter-cadquery
services:
    jupyter_cadquery:
      stdin_open: true
      tty: true
      volumes:
          - '/home/diegoaguilera/Projects:/home/diegoaguilera'
      ports:
          - 8889:8889
      image: bwalter42/jupyter_cadquery:3.5.2
      network_mode: host
      restart: unless-stopped

aguileraGit avatar Feb 13 '24 19:02 aguileraGit