Skip to content

Commit

Permalink
prepare to rebuild without LC_ALL and with new gosmeagle
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Oct 31, 2021
1 parent 2e71b7b commit f276629
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.centos-7
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ ENV PATH=/opt/spack/bin:$PATH \
NVIDIA_VISIBLE_DEVICES=all \
NVIDIA_DRIVER_CAPABILITIES=compute,utility \
LANGUAGE=en_US:en \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
3 changes: 1 addition & 2 deletions docker/Dockerfile.centos-8
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ ENV PATH=/opt/spack/bin:$PATH \
NVIDIA_VISIBLE_DEVICES=all \
NVIDIA_DRIVER_CAPABILITIES=compute,utility \
LANGUAGE=en_US:en \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
3 changes: 1 addition & 2 deletions docker/Dockerfile.ubuntu-18.04
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ ENV PATH=/opt/spack/bin:$PATH \
NVIDIA_VISIBLE_DEVICES=all \
NVIDIA_DRIVER_CAPABILITIES=compute,utility \
LANGUAGE=en_US:en \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
3 changes: 1 addition & 2 deletions docker/Dockerfile.ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ ENV PATH=/opt/spack/bin:$PATH \
NVIDIA_VISIBLE_DEVICES=all \
NVIDIA_DRIVER_CAPABILITIES=compute,utility \
LANGUAGE=en_US:en \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
3 changes: 1 addition & 2 deletions docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ ENV PATH=/opt/anaconda3/bin:/opt/spack/bin:$PATH \
NVIDIA_VISIBLE_DEVICES=all \
NVIDIA_DRIVER_CAPABILITIES=compute,utility \
LANGUAGE=en_US:en \
LANG=en_US.UTF-8 \
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8

0 comments on commit f276629

Please sign in to comment.