Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hisashi-ito committed Mar 19, 2023
1 parent 9ec9b1a commit 5e73172
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN apt-get install -y --no-install-recommends \
emacs \
unzip \
mlocate \
time
time \
openssh-server

RUN apt-get install --reinstall -y libnss3
RUN apt-get install -y language-pack-ja-base language-pack-ja
Expand Down Expand Up @@ -137,3 +138,8 @@ USER mchorse
WORKDIR /home/mchorse

RUN git clone https://github.com/hisashi-ito/gpt-neox.git

WORKDIR /job
RUN echo 'Port 2222' >> /etc/ssh/sshd_config
RUN echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config
EXPOSE 2222

0 comments on commit 5e73172

Please sign in to comment.