aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-11-02 19:47:43 +0000
committerterminaldweller <thabogre@gmail.com>2022-11-02 19:47:43 +0000
commit055c31452783a20e957657c7875bfb63962bcd66 (patch)
tree9b83d7b144b5452230884f54a0d6f75caf6d52df
parentupdated (diff)
downloadjupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.tar.gz
jupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.zip
update
-rw-r--r--Dockerfile3
-rw-r--r--docker-compose.yml6
2 files changed, 6 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 77bbc3f..2277696 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,3 +20,6 @@ RUN apt-get -y install nodejs
# RUN pip install ipywidgets pandas pysocks
# RUN jupyter labextension install jupyterlab_vim
COPY --from=certbuilder /certs /certs
+RUN pip install scapy matplotlib
+RUN pip install --upgrade torch
+# RUN apt update && apt install -y tcpdump tshark
diff --git a/docker-compose.yml b/docker-compose.yml
index 79df23f..324bf90 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,12 +1,12 @@
version: '3.8'
services:
jupyterlab_ai:
- image: devijlab
+ image: devijlab:v0.2
build:
context: .
volumes:
- - /home/jupyterlab_docker/datasets:/datasets:ro
- - /home/jupyterlab_docker/notebooks:/opt/app/data
+ - /home/devi/jupyterlab_docker/datasets:/datasets:ro
+ - /home/devi/jupyterlab_docker/notebooks:/opt/app/data/
ports:
- 8889:8888
# networks: