mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-03 12:11:38 +00:00
removing links and add intel as the channel to download from
This commit is contained in:
committed by
William Douglas
parent
c66e73fdf9
commit
329787c980
@@ -13,9 +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 && \
|
||||
echo "PATH=/opt/conda/envs/tf_env/bin:$PATH" >> ~/.bashrc && \
|
||||
conda create -y -n tf_env tensorflow nltk -c intel && \
|
||||
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
|
||||
ln -s -f /opt/conda/envs/tf_env/lib/python3.6/site-packages /opt/conda/lib/python3.7/site-packages
|
||||
source ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user