File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ RUN conda install mamba -n base -c conda-forge && \
106106 'jupyter' \
107107 'r-devtools' \
108108 'r-stringr' \
109- 'r-argparse' && \
109+ 'r-argparse' \
110+ 'python=3.10' && \
110111 mamba clean -y --all &&\
111112 fix-permissions $ANACONDA_HOME && \
112113 fix-permissions /home/$NB_USER
@@ -152,7 +153,7 @@ RUN ssh-keygen -q -N "" -t rsa -f /home/$NB_USER/.ssh/id_rsa && \
152153USER root
153154
154155# SETUP PASSWORDLESS SSH
155- RUN yes y | ssh-keygen -q -N "" -t dsa -f /etc/ssh/ssh_host_dsa_key && \
156+ RUN yes y | ssh-keygen -q -N "" -t rsa -f /etc/ssh/ssh_host_dsa_key && \
156157 yes y | ssh-keygen -q -N "" -t rsa -f /etc/ssh/ssh_host_rsa_key && \
157158 yes y | ssh-keygen -q -N "" -t rsa -f /root/.ssh/id_rsa && \
158159 cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys
You can’t perform that action at this time.
0 commit comments