From f8d032254b3069705e416f5ebb18a3c23001f159 Mon Sep 17 00:00:00 2001 From: Shuo Ding Date: Thu, 27 Jul 2023 23:20:38 -0400 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e14ca4b..dac8ddc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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