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