Skip to content

Commit 322e3cc

Browse files
update: Dockerfile
1 parent 58eb1cf commit 322e3cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN mkdir -p ~/.julia/config
1919

2020
ENV DISPLAY :0
2121

22-
RUN xvfb-run -s '-screen 0 1024x768x24' julia -q --color=yes -O3 -g0 --cpu-target=native install.jl
22+
RUN xvfb-run -s '-screen 0 1024x768x24' julia -q --color=yes -O2 -g0 --cpu-target=native install.jl
2323

2424
COPY misc/startup.jl /root/.julia/config
2525

26-
CMD ["bash", "-c", "julia -q --color=yes -O3 -g0 --cpu-target=native"]
26+
CMD ["bash", "-c", "julia -q --color=yes -O2 -g0 --cpu-target=native"]

0 commit comments

Comments
 (0)