Closed a-agrz closed 6 years ago
This docker isn't supported anymore, please try the RAPIDS docker image https://hub.docker.com/r/rapidsai/rapidsai/
Thanks for the quiq replay. I already installed it but does it contain all the datasets and code examples that are present in goai ?
We need to move over the code examples and update them for the new APIs and functionality.
Hi ! I was able to execute the first command "docker build -t goai/base:latest ./base" without any problems but I got this errors from the second one "docker build -t goai/demo:latest ./demo":
[aguerzaa@naboo15 (NABOO) notebook-demo-docker]$ docker build -t cudf:latest ./demo Sending build context to Docker daemon 11.85MB Step 1/42 : FROM goai/base:latest ---> d2375a936579 Step 2/42 : ENV PYGDF_CONDA_ENV=pygdf_examples ---> Using cache ---> 78e3b1de3c89 Step 3/42 : ENV http_proxy 'http://129.183.4.8:8080' ---> Using cache ---> d27a67580071 Step 4/42 : ENV https_proxy 'http://129.183.4.8:8080' ---> Using cache ---> a1ab2ea44146 Step 5/42 : ENV HTTP_PROXY 'http://129.183.4.8:8080' ---> Using cache ---> 44e57b2584a3 Step 6/42 : ENV HTTPS_PROXY 'http://129.183.4.8:8080' ---> Using cache ---> 1e680529c432 Step 7/42 : USER appuser ---> Using cache ---> 42f86fbf3053 Step 8/42 : RUN mkdir data ---> Using cache ---> 56c65336ce7c Step 9/42 : RUN wget -nv http://archive.ics.uci.edu/ml/machine-learning-databases/00344/Activity%20recognition%20exp.zip -O "data/Activity recognition exp.zip" ---> Using cache ---> 7076547181f1 Step 10/42 : ENV MAPD_FILE="mapd-os-3.2.3dev-20170909-e7053e6-Linux-x86_64-open" ---> Using cache ---> 8097a59a0958 Step 11/42 : ADD https://mapd-core-os-builds.s3.amazonaws.com/${MAPD_FILE}.tar.gz ${MAPD_FILE}.tar.gz Downloading [==================================================>] 83.12MB/83.12MB ---> Using cache ---> 377177b5e47a Step 12/42 : USER root ---> Using cache ---> 903f541bed4f Step 13/42 : RUN chown appuser ${MAPD_FILE}.tar.gz ---> Using cache ---> e8028594015e Step 14/42 : USER appuser ---> Using cache ---> 25be426113b7 Step 15/42 : RUN tar -xvf ${MAPD_FILE}.tar.gz ---> Using cache ---> 0d5d7f23d7f7 Step 16/42 : RUN ln -s $MAPD_FILE ./mapd ---> Using cache ---> 7149d051f70c Step 17/42 : ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/:/usr/local/nvidia/lib64/ ---> Using cache ---> c72b566c1a88 Step 18/42 : RUN echo $LD_LIBRARY_PATH ---> Using cache ---> 44ac717e5157 Step 19/42 : RUN conda create -n $PYGDF_CONDA_ENV python=3.6 ---> Using cache ---> f8af5f8bd1c7 Step 20/42 : RUN conda install -n $PYGDF_CONDA_ENV -y --no-update-deps -c numba -c defaults -c conda-forge -c gpuopenanalytics/label/dev pygdf=0.1.0a2=py36h01fc00e_29 numba=0.35 cudatoolkit=8 ---> Running in 4642d2aa1ea3 Fetching package metadata ............... Solving package specifications: . Warning: 4 possible package resolutions (only showing differing packages):
Package plan for installation in environment /home/appuser/Miniconda3/envs/pygdf_examples:
The following NEW packages will be INSTALLED:
blas-1.0-mkl.t 100% |###############################| Time: 0:00:00 2.09 MB/s bzip2-1.0.6-3. 100% |###############################| Time: 0:00:00 1.94 MB/s cudatoolkit-8. 100% |###############################| Time: 0:02:11 2.58 MB/s libffi-3.2.1-1 100% |###############################| Time: 0:00:00 2.46 MB/s libgcc-ng-7.2. 100% |###############################| Time: 0:00:02 2.58 MB/s libstdcxx-ng-7 100% |###############################| Time: 0:00:01 2.06 MB/s mkl-2017.0.3-0 100% |###############################| Time: 0:01:00 2.26 MB/s icu-58.2-hfc67 100% |###############################| Time: 0:00:04 4.95 MB/s boost-cpp-1.67 100% |###############################| Time: 0:00:03 6.80 MB/s llvmlite-0.20. 100% |###############################| Time: 0:00:01 7.10 MB/s numpy-1.13.1-p 100% |###############################| Time: 0:00:01 4.53 MB/s pycparser-2.18 100% |###############################| Time: 0:00:00 8.08 MB/s pytz-2017.2-py 100% |###############################| Time: 0:00:00 10.57 MB/s six-1.10.0-py3 100% |###############################| Time: 0:00:00 20.49 MB/s arrow-cpp-0.10 100% |###############################| Time: 0:00:00 4.83 MB/s cffi-1.10.0-py 100% |###############################| Time: 0:00:00 3.25 MB/s numba-0.35.0-n 100% |###############################| Time: 0:00:01 2.23 MB/s python-dateuti 100% |###############################| Time: 0:00:00 1.42 MB/s pandas-0.20.3- 100% |###############################| Time: 0:00:34 642.96 kB/s parquet-cpp-1. 100% |###############################| Time: 0:00:02 491.66 kB/s pyarrow-0.10.0 100% |###############################| Time: 0:00:02 713.06 kB/s An unexpected error has occurred.############### | Time: 0:00:06 1.08 MB/s Please consider posting the following information to the conda GitHub issue tracker at:
Current conda install:
$ /home/appuser/Miniconda3/bin/conda install -n pygdf_examples -y --no-update-deps -c numba -c defaults -c conda-forge -c gpuopenanalytics/label/dev pygdf=0.1.0a2=py36h01fc00e_29 numba=0.35 cudatoolkit=8
libgdf-0.1.0a2 100% |###############################| Time: 0:00:06 1.14 MB/s libgdf_cffi-0. 100% |###############################| Time: 0:00:00 6.42 MB/s pygdf-0.1.0a2- 100% |###############################| Time: 0:00:00 2.89 MB/s The command '/bin/bash -c conda install -n $PYGDF_CONDA_ENV -y --no-update-deps -c numba -c defaults -c conda-forge -c gpuopenanalytics/label/dev pygdf=0.1.0a2=py36h01fc00e_29 numba=0.35 cudatoolkit=8' returned a non-zero code: 1
PS: I have cuda-9.2 installed in my machine and all the GPU drivers are updated
Any help will be appreciated
Best regards
aguerzaa