We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#
sed
1 parent f763b93 commit e31b404Copy full SHA for e31b404
docker/Dockerfile
@@ -154,7 +154,7 @@ RUN pip install psutil \
154
###############################################################################
155
ENV SSH_PORT=2222
156
RUN cat /etc/ssh/sshd_config > ${STAGE_DIR}/sshd_config && \
157
- sed "0,/^#Port 22/s//Port ${SSH_PORT}/" ${STAGE_DIR}/sshd_config > /etc/ssh/sshd_config
+ sed "0,/^Port 22/s//Port ${SSH_PORT}/" ${STAGE_DIR}/sshd_config > /etc/ssh/sshd_config
158
159
##############################################################################
160
# PyTorch
0 commit comments