Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Jul 25, 2020
1 parent 103759e commit f2f30df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN adduser --disabled-password \
WORKDIR ${HOME}
USER root
COPY . ${HOME}
RUN pip install -r requirements.txt
RUN pip install .
RUN pip3 install -r requirements.txt
RUN pip3 install .
RUN chown -R ${NB_USER} ${HOME}
USER ${USER}

0 comments on commit f2f30df

Please sign in to comment.