From c8184aa8fbb0fdbc8a00a75f2ff8f6271800ed9c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 23 Jun 2022 07:23:15 +0430 Subject: added proxy --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Dockerfile') 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 -- cgit v1.2.3