mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-21 18:47:54 +01:00
Install libsodium-dev
This commit is contained in:
parent
d0f9f423f9
commit
20747f65cb
@ -245,6 +245,14 @@ curl https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-l
|
|||||||
&& rm libtensorflow.tar.gz \
|
&& rm libtensorflow.tar.gz \
|
||||||
&& ldconfig
|
&& ldconfig
|
||||||
|
|
||||||
|
# Install libsodium
|
||||||
|
curl https://download.libsodium.org/libsodium/releases/LATEST.tar.gz > libsodium.tar.gz \
|
||||||
|
&& sudo tar xfz libsodium.tar.gz -C /tmp \
|
||||||
|
&& rm libsodium.tar.gz \
|
||||||
|
&& cd /tmp/libsodium-stable \
|
||||||
|
&& ./configure \
|
||||||
|
&& make install
|
||||||
|
|
||||||
# NOTE: also update Dockerfile when cuda version changes
|
# NOTE: also update Dockerfile when cuda version changes
|
||||||
# Install CUDA toolkit
|
# Install CUDA toolkit
|
||||||
# The current version can be found at: https://developer.nvidia.com/cuda-downloads
|
# The current version can be found at: https://developer.nvidia.com/cuda-downloads
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user