Skip to content

Commit

Permalink
Set JULIA_CPU_TARGET=generic
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyun committed Apr 22, 2024
1 parent abb0a28 commit eda5300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN apt-get update --yes && \
# install Julia packages in /opt/julia instead of ${HOME}
ENV JULIA_DEPOT_PATH=/opt/julia \
JULIA_PKGDIR=/opt/julia \
JULIA_VERSION="${julia_version}"
JULIA_VERSION="${julia_version}" \
JULIA_CPU_TARGET=generic

WORKDIR /tmp

Expand Down

0 comments on commit eda5300

Please sign in to comment.