aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 90d0cb8..a81d555 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,4 +5,9 @@ RUN openssl req -nodes -new -x509 -subj="/C=US/ST=Denial/L=springfield/O=Dis/CN=
FROM python:3.10.5-slim-buster
RUN pip install jupyterlab scipy numpy poetry numba torch tensorflow transformers huggingface-hub
+RUN apt-get update && apt-get install -y curl wget unzip
+RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
+RUN apt-get -y install nodejs
+RUN pip install ipywidgets pandas pysocks
+# RUN jupyter labextension install jupyterlab_vim
COPY --from=certbuilder /certs /certs