diff options
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |