We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Andrei and Carlos,
Thank you for putting together this repo and the posts on hands-on.cloud! They are exactly what I've been looking for.
I'm following these instructions https://hands-on.cloud/how-to-build-python-data-science-docker-container-based-on-anaconda/
Here are the steps I've taken so far
docker build --tag anaconda .
I'm getting the following error after running the docker build command The command '/bin/sh -c /opt/conda/bin/conda update -n base -c defaults conda && /opt/conda/bin/conda install python=3.6 && /opt/conda/bin/conda install anaconda-client && /opt/conda/bin/conda install jupyter -y && /opt/conda/bin/conda install --channel https://conda.anaconda.org/menpo opencv3 -y && /opt/conda/bin/conda install numpy pandas scikit-learn matplotlib seaborn pyyaml h5py keras -y && /opt/conda/bin/conda upgrade dask && pip install tensorflow imutils' returned a non-zero code: 1
The command '/bin/sh -c /opt/conda/bin/conda update -n base -c defaults conda && /opt/conda/bin/conda install python=3.6 && /opt/conda/bin/conda install anaconda-client && /opt/conda/bin/conda install jupyter -y && /opt/conda/bin/conda install --channel https://conda.anaconda.org/menpo opencv3 -y && /opt/conda/bin/conda install numpy pandas scikit-learn matplotlib seaborn pyyaml h5py keras -y && /opt/conda/bin/conda upgrade dask && pip install tensorflow imutils' returned a non-zero code: 1
Screenshot of the same error just in case
Would you have any advice on resolving this error?
Environment Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Andrei and Carlos,
Thank you for putting together this repo and the posts on hands-on.cloud! They are exactly what I've been looking for.
I'm following these instructions
https://hands-on.cloud/how-to-build-python-data-science-docker-container-based-on-anaconda/
Here are the steps I've taken so far
docker build --tag anaconda .
I'm getting the following error after running the docker build command
The command '/bin/sh -c /opt/conda/bin/conda update -n base -c defaults conda && /opt/conda/bin/conda install python=3.6 && /opt/conda/bin/conda install anaconda-client && /opt/conda/bin/conda install jupyter -y && /opt/conda/bin/conda install --channel https://conda.anaconda.org/menpo opencv3 -y && /opt/conda/bin/conda install numpy pandas scikit-learn matplotlib seaborn pyyaml h5py keras -y && /opt/conda/bin/conda upgrade dask && pip install tensorflow imutils' returned a non-zero code: 1
Screenshot of the same error just in case
Would you have any advice on resolving this error?
Environment
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: