|
|
@ -24,7 +24,7 @@ RUN /opt/conda/bin/conda install -n base ipykernel --update-deps --force-reinsta
|
|
|
|
USER ${USER}
|
|
|
|
USER ${USER}
|
|
|
|
|
|
|
|
|
|
|
|
# USER CONFIGURATION
|
|
|
|
# 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 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
|
|
|
|
RUN mkdir -p /home/${USER}/.config/code-server
|
|
|
|