diff --git a/Dockerfile b/Dockerfile index 9cd3d7e..ad543b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN /opt/conda/bin/conda install -n base ipykernel --update-deps --force-reinsta USER ${USER} # USER CONFIGURATION -# RUN ... +RUN pip install schedulefree tensorboard opencv-python-headless scipy pandas matplotlib RUN openssl req -x509 -newkey rsa:4096 -keyout /home/${USER}/key.pem -out /home/${USER}/cert.pem -sha256 -nodes -days 365 -subj "/C=RU/ST=SamaraRegion/L=Samara/O=SSAU/OU=LIAV/CN=vscode.ssau.ru/" RUN mkdir -p /home/${USER}/.config/code-server