aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
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 /Dockerfile
parentupdated (diff)
downloadjupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.tar.gz
jupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.zip
update
Diffstat (limited to '')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 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