From af1497d8d6b93a8e31c638ce95c48001f8086c6e Mon Sep 17 00:00:00 2001 From: w601sxs Date: Sat, 12 Mar 2022 16:39:47 -0500 Subject: [PATCH] Update Dockerfile --- Dockerstuff/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerstuff/Dockerfile b/Dockerstuff/Dockerfile index a5f65d5..8a701fb 100644 --- a/Dockerstuff/Dockerfile +++ b/Dockerstuff/Dockerfile @@ -11,9 +11,6 @@ COPY main.py /tmp #common utils COPY utils.py /tmp -COPY xpauth.xpr /tmp -ENV XPRESS "/tmp/xpauth.xpr" - RUN apt-get update && apt-get install -y libaio1 wget unzip # Install Julia and JUMP @@ -27,4 +24,4 @@ RUN apt-get update && apt-get install -y libaio1 wget unzip # RUN julia --version -CMD python /tmp/task.py \ No newline at end of file +CMD python /tmp/task.py