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 efd1fd0 commit f8d0322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04
COPY exp /app
COPY Makefile /app
COPY run.sh /app
COPY run.py /app
COPY src /app
RUN apt update && apt -y install build-essential

0 comments on commit f8d0322

Please sign in to comment.