Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuo Ding committed Jul 28, 2023
1 parent 998aed8 commit 9b76ca8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ COPY exp /app/exp/
COPY Makefile /app/
COPY run.py /app/
COPY src /app/src/
RUN apt update
RUN apt -y install software-properties-common
RUN add-apt-repository universe
RUN apt update
RUN apt install python3.9
RUN apt install build-essential
RUN apt -y install python3.9
RUN apt -y install build-essential

0 comments on commit 9b76ca8

Please sign in to comment.