diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-02 19:47:43 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-02 19:47:43 +0000 |
commit | 055c31452783a20e957657c7875bfb63962bcd66 (patch) | |
tree | 9b83d7b144b5452230884f54a0d6f75caf6d52df /Dockerfile | |
parent | updated (diff) | |
download | jupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.tar.gz jupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.zip |
update
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |