mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-06 21:51:41 +00:00
switching to official anaconda channel
This commit is contained in:
committed by
William Douglas
parent
7f2c5731d1
commit
827ae82947
@@ -13,7 +13,7 @@ mkdir -p /etc/profile.d && \
|
||||
source ~/.bashrc
|
||||
# create an env and install Tensorflow
|
||||
echo "Installing Tensorflow with MKL..."
|
||||
conda create -y -n tf_env tensorflow nltk -c intel && \
|
||||
conda create -y -n tf_env tensorflow nltk && \
|
||||
echo "export PATH=/opt/conda/envs/tf_env/bin:$PATH" >> ~/.bashrc && \
|
||||
echo "conda activate tf_env" >> ~/.bashrc
|
||||
ln -s -f /opt/conda/envs/tf_env/bin/python /usr/bin/python
|
||||
|
||||
Reference in New Issue
Block a user