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 && \
106
106
'jupyter' \
107
107
'r-devtools' \
108
108
'r-stringr' \
109
- 'r-argparse' && \
109
+ 'r-argparse' \
110
+ 'python=3.10' && \
110
111
mamba clean -y --all &&\
111
112
fix-permissions $ANACONDA_HOME && \
112
113
fix-permissions /home/$NB_USER
@@ -152,7 +153,7 @@ RUN ssh-keygen -q -N "" -t rsa -f /home/$NB_USER/.ssh/id_rsa && \
152
153
USER root
153
154
154
155
# 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 && \
156
157
yes y | ssh-keygen -q -N "" -t rsa -f /etc/ssh/ssh_host_rsa_key && \
157
158
yes y | ssh-keygen -q -N "" -t rsa -f /root/.ssh/id_rsa && \
158
159
cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys
You can’t perform that action at this time.
0 commit comments