Skip to content
Snippets Groups Projects
Commit 59e26cc5 authored by Jasper Koehorst's avatar Jasper Koehorst
Browse files

issue with - in folder path

parent 36e0417a
No related branches found
No related tags found
No related merge requests found
......@@ -7,30 +7,30 @@ services:
ports:
- "8888:8888"
volumes:
- unlock-data:/home/jovyan
- unlockdata:/home/jovyan
rstudio:
container_name: rstudio
image: docker-registry.wur.nl/unlock/docker:rstudio
ports:
- "8787:8787"
volumes:
- unlock-data:/home/rstudio
- unlockdata:/home/rstudio
environment:
- PASSWORD=57Grv3xFc2E96nsehAJ4
- ROOT=TRUE
graphdb:
container_name: graphdb
image: docker-registry.wur.nl/unlock/docker:graphdb
command: /graphdb-free/bin/graphdb -Dgraphdb.home=/unlock-data/graphdb
command: /graphdb-free/bin/graphdb -Dgraphdb.home=/unlockdata/graphdb
ports:
- "7200:7200"
volumes:
- unlock-data:/unlock-data
- unlockdata:/home/graphdb
volumes:
unlock-data:
unlockdata:
driver: local
driver_opts:
o: bind
type: none
device: ~/unlock-data
\ No newline at end of file
device: /Users/jasperk/gitlab/m-unlock/notebook/notebooks
......@@ -15,7 +15,7 @@ LABEL tags="Notebook"
### Change to root to install dependencies
USER root
RUN apt-get update && apt-get install -y build-essential g++
RUN apt-get update && apt-get install -y build-essential g++ python3-pybind11
USER jovyan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment