Skip to content
Snippets Groups Projects
Commit 7d4c653d authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Adding Kostas's comment and streamlit package

parent 9a71a420
No related branches found
No related tags found
No related merge requests found
Pipeline #2684157 passed
...@@ -27,6 +27,15 @@ where you can find the available $commit_tag at https://gitlab.cern.ch/abpcomput ...@@ -27,6 +27,15 @@ where you can find the available $commit_tag at https://gitlab.cern.ch/abpcomput
**At the time of the writing (2021.05.07) the latest tag was 288bbf2a.** **At the time of the writing (2021.05.07) the latest tag was 288bbf2a.**
In case you have Debian, Kostantinos Paraschou pointed out that one needs to add the argument `--security-opt apparmor:unconfined`, e.g.:
```bash
docker run -it -u 0 -v /afs:/afs -v ~/:/home/jovyan/local_host_home -p 8888:8888 --rm --cap-add
SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined gitlab-
registry.cern.ch/abpcomputing/sandbox/be-abp-docker:288bbf2a
```
In case you want to mount a local folder, this has to be **shared** with Docker Docker (I did it with Docker Desktop on my Mac) In case you want to mount a local folder, this has to be **shared** with Docker Docker (I did it with Docker Desktop on my Mac)
and then use the `-v` option and then use the `-v` option
......
...@@ -27,3 +27,4 @@ tables ...@@ -27,3 +27,4 @@ tables
PyAbel PyAbel
vaex vaex
ipynb-py-convert ipynb-py-convert
streamlit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment