Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-everest committed Nov 23, 2021
2 parents be07361 + 044440a commit 8aaeefc
Show file tree
Hide file tree
Showing 10 changed files with 701 additions and 522 deletions.
4 changes: 2 additions & 2 deletions doc/notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rubydata/datascience-notebook:3df56b9025d3
FROM jupyter/base-notebook

RUN gem install httpclient rest-client json iruby awesome_print gnuplot rubyvis nyaplot cztop pry pry-doc
RUN pip install python-keycloak

7 changes: 5 additions & 2 deletions doc/notebook/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ services:
notebook:
build:
context: .
container_name: jupyter-notebook
volumes:
- ./files:/home/jovyan/work
network_mode: "host"

network_mode: host
environment:
- JUPYTER_ENABLE_LAB=yes

Loading

0 comments on commit 8aaeefc

Please sign in to comment.