Skip to content

Instantly share code, notes, and snippets.

@hdsingh
Created April 30, 2021 18:54
Show Gist options
  • Save hdsingh/b3c82a2ef7b555ab993d3803879e46ea to your computer and use it in GitHub Desktop.
Save hdsingh/b3c82a2ef7b555ab993d3803879e46ea to your computer and use it in GitHub Desktop.
XrViz Binder Logs
Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2dockerxsayy2bq'...
HEAD is now at d003406 ..
Building conda environment for python=Using CondaBuildPack builder
Building conda environment for python=Building conda environment for python=Step 1/52 : FROM buildpack-deps:bionic
---> f26a056687ed
Step 2/52 : ENV DEBIAN_FRONTEND=noninteractive
---> Using cache
---> 91ad429dce38
Step 3/52 : RUN apt-get -qq update && apt-get -qq install --yes --no-install-recommends locales > /dev/null && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> b8f797d7e0de
Step 4/52 : RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
---> Using cache
---> 935aafc27f8f
Step 5/52 : ENV LC_ALL en_US.UTF-8
---> Using cache
---> 37290286f01d
Step 6/52 : ENV LANG en_US.UTF-8
---> Using cache
---> cb95e5d5bfb0
Step 7/52 : ENV LANGUAGE en_US.UTF-8
---> Using cache
---> d82efbd37c62
Step 8/52 : ENV SHELL /bin/bash
---> Using cache
---> 30a8be98503e
Step 9/52 : ARG NB_USER
---> Using cache
---> 169abad96180
Step 10/52 : ARG NB_UID
---> Using cache
---> e7a952146a5a
Step 11/52 : ENV USER ${NB_USER}
---> Using cache
---> 38b1bf4e5076
Step 12/52 : ENV HOME /home/${NB_USER}
---> Using cache
---> 1cc060d7b952
Step 13/52 : RUN groupadd --gid ${NB_UID} ${NB_USER} && useradd --comment "Default user" --create-home --gid ${NB_UID} --no-log-init --shell /bin/bash --uid ${NB_UID} ${NB_USER}
---> Using cache
---> 2dd4a7a35c3a
Step 14/52 : RUN wget --quiet -O - https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && DISTRO="bionic" && echo "deb https://deb.nodesource.com/node_14.x $DISTRO main" >> /etc/apt/sources.list.d/nodesource.list && echo "deb-src https://deb.nodesource.com/node_14.x $DISTRO main" >> /etc/apt/sources.list.d/nodesource.list
---> Using cache
---> f163fba16e49
Step 15/52 : RUN apt-get -qq update && apt-get -qq install --yes --no-install-recommends less nodejs unzip > /dev/null && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 752c740c842c
Step 16/52 : EXPOSE 8888
---> Using cache
---> ef4ff03f53b0
Step 17/52 : ENV APP_BASE /srv
---> Using cache
---> 9000840da440
Step 18/52 : ENV NPM_DIR ${APP_BASE}/npm
---> Using cache
---> d90c76be5195
Step 19/52 : ENV NPM_CONFIG_GLOBALCONFIG ${NPM_DIR}/npmrc
---> Using cache
---> cf934fb61d57
Step 20/52 : ENV CONDA_DIR ${APP_BASE}/conda
---> Using cache
---> f87592707248
Step 21/52 : ENV NB_PYTHON_PREFIX ${CONDA_DIR}/envs/notebook
---> Using cache
---> 5487c086fcf2
Step 22/52 : ENV KERNEL_PYTHON_PREFIX ${NB_PYTHON_PREFIX}
---> Using cache
---> 97f58c98229a
Step 23/52 : ENV PATH ${NB_PYTHON_PREFIX}/bin:${CONDA_DIR}/bin:${NPM_DIR}/bin:${PATH}
---> Using cache
---> 0a55a0e38e09
Step 24/52 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e8-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2factivate-2dconda-2esh-391af5 /etc/profile.d/activate-conda.sh
---> Using cache
---> 1e2ca04788c1
Step 25/52 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e8-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2fenvironment-2efrozen-2eyml-43e5a6 /tmp/environment.yml
---> Using cache
---> 10f560219483
Step 26/52 : COPY --chown=1000:1000 build_script_files/-2fusr-2flib-2fpython3-2e8-2fsite-2dpackages-2frepo2docker-2fbuildpacks-2fconda-2finstall-2dminiforge-2ebash-514214 /tmp/install-miniforge.bash
---> Using cache
---> c4af36564378
Step 27/52 : RUN mkdir -p ${NPM_DIR} && chown -R ${NB_USER}:${NB_USER} ${NPM_DIR}
---> Using cache
---> d3cf40c7e3d6
Step 28/52 : USER ${NB_USER}
---> Using cache
---> 16e552735c91
Step 29/52 : RUN npm config --global set prefix ${NPM_DIR}
---> Using cache
---> 2602bdeda3d0
Step 30/52 : USER root
---> Using cache
---> 1c8a7a157db5
Step 31/52 : RUN TIMEFORMAT='time: %3R' bash -c 'time /tmp/install-miniforge.bash' && rm /tmp/install-miniforge.bash /tmp/environment.yml
---> Using cache
---> 3ec25351d0f0
Step 32/52 : ARG REPO_DIR=${HOME}
---> Using cache
---> 16bf35ca1413
Step 33/52 : ENV REPO_DIR ${REPO_DIR}
---> Using cache
---> 5e4c0ef0929e
Step 34/52 : WORKDIR ${REPO_DIR}
---> Using cache
---> efd266c6919f
Step 35/52 : RUN chown ${NB_USER}:${NB_USER} ${REPO_DIR}
---> Using cache
---> 5a464e2df820
Step 36/52 : ENV PATH ${HOME}/.local/bin:${REPO_DIR}/.local/bin:${PATH}
---> Using cache
---> c65c64d13443
Step 37/52 : ENV CONDA_DEFAULT_ENV ${KERNEL_PYTHON_PREFIX}
---> Using cache
---> b35d887b34dc
Step 38/52 : COPY --chown=1000:1000 src/binder/environment.yml ${REPO_DIR}/binder/environment.yml
---> 2aa1ebe062da
Step 39/52 : USER ${NB_USER}
---> Running in b04e59bf614d
Removing intermediate container b04e59bf614d
---> 70c490041da7
Step 40/52 : RUN TIMEFORMAT='time: %3R' bash -c 'time mamba env update -p ${NB_PYTHON_PREFIX} -f "binder/environment.yml" && time mamba clean --all -f -y && mamba list -p ${NB_PYTHON_PREFIX} '
---> Running in abf678f94c6c
pkgs/main/noarch
pkgs/r/linux-64
pkgs/r/noarch
pkgs/main/linux-64
conda-forge/noarch
conda-forge/linux-64
Transaction
Prefix: /srv/conda/envs/notebook
Updating specs:
- panel[version='>=0.7.0']
- holoviews
- hvplot
- xarray[version='>=0.14.1']
- netcdf4
- datashader
- metpy
- geoviews
Package Version Build Channel Size
───────────────────────────────────────────────────────────────────────────────────────────────
Install:
───────────────────────────────────────────────────────────────────────────────────────────────
appdirs 1.4.4 pyh9f0ad1d_0 conda-forge/noarch 13 KB
bokeh 2.3.1 py37h9c2f6ca_0 conda-forge/linux-64 8 MB
bzip2 1.0.8 h7f98852_4 conda-forge/linux-64 484 KB
cartopy 0.18.0 py37h0d9ca2b_1 pkgs/main/linux-64 2 MB
cftime 1.4.1 py37ha757849_0 conda-forge/linux-64 243 KB
click 7.1.2 pyh9f0ad1d_0 conda-forge/noarch 64 KB
cloudpickle 1.6.0 py_0 conda-forge/noarch 22 KB
colorcet 2.0.6 pyhd8ed1ab_0 conda-forge/noarch 1 MB
curl 7.76.1 h979ede3_1 conda-forge/linux-64 149 KB
cycler 0.10.0 py_2 conda-forge/noarch 9 KB
cytoolz 0.11.0 py37h6b43d8f_3 conda-forge/linux-64 351 KB
dask 2021.4.1 pyhd8ed1ab_0 conda-forge/noarch 4 KB
dask-core 2021.4.1 pyhd8ed1ab_0 conda-forge/noarch 725 KB
datashader 0.12.1 pyh44b312d_1 conda-forge/noarch 14 MB
datashape 0.5.4 py_1 conda-forge/noarch 49 KB
distributed 2021.4.1 py37h9c2f6ca_0 conda-forge/linux-64 1 MB
expat 2.3.0 h9c3ff4c_0 conda-forge/linux-64 168 KB
freetype 2.10.4 h0708190_1 conda-forge/linux-64 890 KB
fsspec 2021.4.0 pyhd8ed1ab_0 conda-forge/noarch 75 KB
gdbm 1.18 h0a1914f_2 conda-forge/linux-64 190 KB
geos 3.8.0 he1b5a44_1 conda-forge/linux-64 1 MB
geoviews 1.5.0 py_0 conda-forge/noarch 345 KB
greenlet 1.0.0 py37he226ad3_0 conda-forge/linux-64 65 KB
hdf4 4.2.13 h10796ff_1005 conda-forge/linux-64 949 KB
hdf5 1.10.6 nompi_h6a2412b_1114 conda-forge/linux-64 3 MB
heapdict 1.0.1 py_0 conda-forge/noarch 7 KB
holoviews 1.14.3 pyhd8ed1ab_0 conda-forge/noarch 3 MB
hvplot 0.7.1 pyh44b312d_0 conda-forge/noarch 3 MB
importlib_resources 5.1.2 py37h9c2f6ca_0 conda-forge/linux-64 37 KB
jpeg 9d h516909a_0 conda-forge/linux-64 266 KB
jupyter 1.0.0 py37h9c2f6ca_6 conda-forge/linux-64 6 KB
jupyter_console 6.4.0 pyhd8ed1ab_0 conda-forge/noarch 22 KB
kiwisolver 1.3.1 py37h160330d_1 conda-forge/linux-64 80 KB
lcms2 2.12 hddcbb42_0 conda-forge/linux-64 443 KB
libblas 3.9.0 8_openblas conda-forge/linux-64 11 KB
libcblas 3.9.0 8_openblas conda-forge/linux-64 11 KB
libgfortran-ng 9.3.0 hff62375_19 conda-forge/linux-64 22 KB
libgfortran5 9.3.0 hff62375_19 conda-forge/linux-64 2 MB
liblapack 3.9.0 8_openblas conda-forge/linux-64 11 KB
libllvm10 10.0.1 he513fc3_3 conda-forge/linux-64 26 MB
libnetcdf 4.8.0 nompi_hfa85936_101 conda-forge/linux-64 1 MB
libopenblas 0.3.12 pthreads_h4812303_1 conda-forge/linux-64 9 MB
libpng 1.6.37 hed695b0_2 conda-forge/linux-64 359 KB
libtiff 4.2.0 hdc55705_1 conda-forge/linux-64 678 KB
libwebp-base 1.2.0 h7f98852_2 conda-forge/linux-64 815 KB
libzip 1.7.3 he9f05b3_0 conda-forge/linux-64 120 KB
llvmlite 0.36.0 py37hf2742bb_0 conda-forge/linux-64 3 MB
locket 0.2.1 py37h06a4308_1 pkgs/main/linux-64 10 KB
lz4-c 1.9.3 h9c3ff4c_0 conda-forge/linux-64 179 KB
markdown 3.3.4 pyhd8ed1ab_0 conda-forge/noarch 67 KB
matplotlib-base 3.4.1 py37h086f52f_0 conda-forge/linux-64 7 MB
metpy 1.0.1 pyhd8ed1ab_0 conda-forge/noarch 286 KB
msgpack-python 1.0.2 py37h160330d_1 conda-forge/linux-64 29 KB
multipledispatch 0.6.0 py_0 conda-forge/noarch 12 KB
netcdf4 1.5.6 nompi_py37hab8dd14_103 conda-forge/linux-64 434 KB
numba 0.53.1 py37ha9443f7_0 pkgs/main/linux-64 3 MB
numpy 1.20.2 py37h620df1f_0 conda-forge/linux-64 6 MB
olefile 0.46 pyh9f0ad1d_1 conda-forge/noarch 32 KB
pandas 1.2.4 py37h40f5888_0 conda-forge/linux-64 11 MB
panel 0.11.3 pyhd8ed1ab_0 conda-forge/noarch 7 MB
param 1.10.1 pyhd3deb0d_0 conda-forge/noarch 64 KB
partd 1.2.0 pyhd8ed1ab_0 conda-forge/noarch 18 KB
pillow 8.2.0 py37he98fc37_0 pkgs/main/linux-64 622 KB
pint 0.17 pyhd8ed1ab_0 conda-forge/noarch 168 KB
pooch 1.3.0 pyhd8ed1ab_0 conda-forge/noarch 40 KB
proj 6.2.1 hc80f0dc_0 conda-forge/linux-64 10 MB
prompt_toolkit 3.0.16 hd8ed1ab_0 conda-forge/noarch 4 KB
py 1.10.0 pyhd3deb0d_0 conda-forge/noarch 73 KB
pyct 0.4.8 py37_0 pkgs/main/linux-64 28 KB
pyproj 2.6.1.post1 py37hd003209_1 pkgs/main/linux-64 390 KB
pypy3.7 7.3.4 hc4e864a_4 conda-forge/linux-64 34 MB
pyshp 2.1.3 pyh44b312d_0 conda-forge/noarch 36 KB
pyviz_comms 2.0.1 pyhd3deb0d_0 conda-forge/noarch 134 KB
pyyaml 5.4.1 py37h6b43d8f_0 conda-forge/linux-64 157 KB
scipy 1.6.3 py37ha768fb6_0 conda-forge/linux-64 21 MB
shapely 1.7.1 py37h98ec03d_0 pkgs/main/linux-64 390 KB
sortedcontainers 2.3.0 pyhd8ed1ab_0 conda-forge/noarch 26 KB
tbb 2020.3 hfd86e86_0 pkgs/main/linux-64 1 MB
tblib 1.7.0 pyhd8ed1ab_0 conda-forge/noarch 15 KB
toolz 0.11.1 py_0 conda-forge/noarch 46 KB
tqdm 4.60.0 pyhd8ed1ab_0 conda-forge/noarch 79 KB
xarray 0.17.0 pyhd8ed1ab_0 conda-forge/noarch 561 KB
yaml 0.2.5 h516909a_0 conda-forge/linux-64 82 KB
zict 2.0.0 py_0 conda-forge/noarch 10 KB
zstd 1.4.9 ha95c52a_0 conda-forge/linux-64 431 KB
Change:
───────────────────────────────────────────────────────────────────────────────────────────────
argon2-cffi 20.1.0 py37h8f50634_2 installed
argon2-cffi 20.1.0 py37h6b43d8f_2 conda-forge/linux-64 45 KB
brotlipy 0.7.0 py37hb5d75c8_1001 installed
brotlipy 0.7.0 py37h6b43d8f_1001 conda-forge/linux-64 337 KB
certifi 2020.12.5 py37h89c1867_1 installed
certifi 2020.12.5 py37h9c2f6ca_1 conda-forge/linux-64 143 KB
cffi 1.14.5 py37hc58025e_0 installed
cffi 1.14.5 0_pypy37 conda-forge/noarch 4 KB
chardet 4.0.0 py37h89c1867_1 installed
chardet 4.0.0 py37h9c2f6ca_1 conda-forge/linux-64 208 KB
entrypoints 0.3 py37hc8dfbb8_1002 installed
entrypoints 0.3 pyhd8ed1ab_1003 conda-forge/noarch 8 KB
jedi 0.18.0 py37h89c1867_2 installed
jedi 0.18.0 py37h9c2f6ca_2 conda-forge/linux-64 928 KB
jsonschema 3.2.0 py37hc8dfbb8_1 installed
jsonschema 3.2.0 pyhd8ed1ab_3 conda-forge/noarch 45 KB
jupyter_core 4.7.1 py37h89c1867_0 installed
jupyter_core 4.7.1 py37h9c2f6ca_0 conda-forge/linux-64 72 KB
markupsafe 1.1.1 py37h5e8e339_3 installed
markupsafe 1.1.1 py37h6b43d8f_3 conda-forge/linux-64 23 KB
mistune 0.8.4 py37h5e8e339_1003 installed
mistune 0.8.4 py37h6b43d8f_1003 conda-forge/linux-64 54 KB
nbconvert 6.0.7 py37h89c1867_3 installed
nbconvert 6.0.7 py37h9c2f6ca_3 conda-forge/linux-64 551 KB
pexpect 4.8.0 py37hc8dfbb8_1 installed
pexpect 4.8.0 pyh9f0ad1d_2 conda-forge/noarch 47 KB
pickleshare 0.7.5 py37hc8dfbb8_1002 installed
pickleshare 0.7.5 py_1003 conda-forge/noarch 9 KB
psutil 5.8.0 py37h5e8e339_1 installed
psutil 5.8.0 py37h6b43d8f_1 conda-forge/linux-64 340 KB
pycurl 7.43.0.6 py37h88a64d2_1 installed
pycurl 7.43.0.6 py37hdd9609f_1 conda-forge/linux-64 69 KB
pyrsistent 0.17.3 py37h5e8e339_2 installed
pyrsistent 0.17.3 py37h6b43d8f_2 conda-forge/linux-64 76 KB
pysocks 1.7.1 py37h89c1867_3 installed
pysocks 1.7.1 py37h9c2f6ca_3 conda-forge/linux-64 27 KB
python 3.7.10 hffdb5ce_100_cpython installed
python 3.7.10 0_73_pypy conda-forge/linux-64 5 KB
python_abi 3.7 1_cp37m installed
python_abi 3.7 1_pypy37_pp73 conda-forge/linux-64 4 KB
pyzmq 22.0.3 py37h499b945_0 installed
pyzmq 22.0.3 py37h6a5a4d2_1 conda-forge/linux-64 299 KB
ruamel.yaml 0.16.12 py37h5e8e339_2 installed
ruamel.yaml 0.16.12 py37h6b43d8f_2 conda-forge/linux-64 167 KB
ruamel.yaml.clib 0.2.2 py37h5e8e339_2 installed
ruamel.yaml.clib 0.2.2 py37h6b43d8f_2 conda-forge/linux-64 139 KB
sniffio 1.2.0 py37h89c1867_1 installed
sniffio 1.2.0 py37h9c2f6ca_1 conda-forge/linux-64 15 KB
tornado 6.1 py37h5e8e339_1 installed
tornado 6.1 py37h6b43d8f_1 conda-forge/linux-64 645 KB
widgetsnbextension 3.5.1 py37hc8dfbb8_4 installed
widgetsnbextension 3.5.1 py37h9c2f6ca_4 conda-forge/linux-64 2 MB
Upgrade:
───────────────────────────────────────────────────────────────────────────────────────────────
anyio 2.1.0 py37h89c1867_0 installed
anyio 2.2.0 py37h06a4308_1 pkgs/main/linux-64 123 KB
cryptography 3.4.4 py37hf1a17b8_0 installed
cryptography 3.4.7 py37h89dc786_0 conda-forge/linux-64 975 KB
importlib-metadata 3.4.0 py37h89c1867_0 installed
importlib-metadata 4.0.1 py37h9c2f6ca_0 conda-forge/linux-64 30 KB
importlib_metadata 3.4.0 hd8ed1ab_0 installed
importlib_metadata 4.0.1 hd8ed1ab_0 conda-forge/noarch 4 KB
ipykernel 5.5.0 py37h888b3d9_1 installed
ipykernel 5.5.3 py37h2b89940_0 conda-forge/linux-64 167 KB
ipython 7.20.0 py37h888b3d9_2 installed
ipython 7.22.0 py37h2b89940_0 conda-forge/linux-64 1 MB
jupyter_server 1.4.0 py37h89c1867_0 installed
jupyter_server 1.4.1 py37h06a4308_0 pkgs/main/linux-64 311 KB
jupyterhub-base 1.3.0 py37h89c1867_0 installed
jupyterhub-base 1.4.0 py37h9c2f6ca_0 conda-forge/linux-64 2 MB
jupyterhub-singleuser 1.3.0 py37h89c1867_0 installed
jupyterhub-singleuser 1.4.0 py37h9c2f6ca_0 conda-forge/linux-64 5 KB
libcurl 7.71.1 hcdd3856_8 installed
libcurl 7.76.1 hc4aaa36_1 conda-forge/linux-64 328 KB
notebook 6.2.0 py37h89c1867_0 installed
notebook 6.3.0 py37h9c2f6ca_0 conda-forge/linux-64 6 MB
openssl 1.1.1j h7f98852_0 installed
openssl 1.1.1k h7f98852_0 conda-f
Looking for: ["panel[version='>=0.7.0']", 'holoviews', 'hvplot', "xarray[version='>=0.14.1']", 'netcdf4', 'datashader', 'metpy', 'geoviews']
Downloading and Extracting Packages
pyviz_comms-2.0.1 | 134 KB | ########## | 100%
liblapack-3.9.0 | 11 KB | ########## | 100%
ipykernel-5.5.3 | 167 KB | ########## | 100%
nbconvert-6.0.7 | 551 KB | ########## | 100%
notebook-6.3.0 | 6.3 MB | ########## | 100%
pyrsistent-0.17.3 | 76 KB | ########## | 100%
cftime-1.4.1 | 243 KB | ########## | 100%
zstd-1.4.9 | 431 KB | ########## | 100%
pysocks-1.7.1 | 27 KB | ########## | 100%
python-3.7.10 | 5 KB | ########## | 100%
setuptools-52.0.0 | 710 KB | ########## | 100%
metpy-1.0.1 | 286 KB | ########## | 100%
ruamel.yaml-0.16.12 | 167 KB | ########## | 100%
heapdict-1.0.1 | 7 KB | ########## | 100%
pyyaml-5.4.1 | 157 KB | ########## | 100%
partd-1.2.0 | 18 KB | ########## | 100%
jupyter-1.0.0 | 6 KB | ########## | 100%
chardet-4.0.0 | 208 KB | ########## | 100%
xarray-0.17.0 | 561 KB | ########## | 100%
libtiff-4.2.0 | 678 KB | ########## | 100%
datashader-0.12.1 | 14.3 MB | ########## | 100%
datashape-0.5.4 | 49 KB | ########## | 100%
psutil-5.8.0 | 340 KB | ########## | 100%
pyct-0.4.8 | 28 KB | ########## | 100%
pint-0.17 | 168 KB | ########## | 100%
jupyterhub-base-1.4. | 1.9 MB | ########## | 100%
cloudpickle-1.6.0 | 22 KB | ########## | 100%
pycurl-7.43.0.6 | 69 KB | ########## | 100%
entrypoints-0.3 | 8 KB | ########## | 100%
libpng-1.6.37 | 359 KB | ########## | 100%
libllvm10-10.0.1 | 26.4 MB | ########## | 100%
importlib_metadata-4 | 4 KB | ########## | 100%
libwebp-base-1.2.0 | 815 KB | ########## | 100%
llvmlite-0.36.0 | 2.7 MB | ########## | 100%
pyshp-2.1.3 | 36 KB | ########## | 100%
libblas-3.9.0 | 11 KB | ########## | 100%
cycler-0.10.0 | 9 KB | ########## | 100%
pooch-1.3.0 | 40 KB | ########## | 100%
param-1.10.1 | 64 KB | ########## | 100%
terminado-0.9.4 | 26 KB | ########## | 100%
importlib-metadata-4 | 30 KB | ########## | 100%
jupyter_server-1.4.1 | 311 KB | ########## | 100%
curl-7.76.1 | 149 KB | ########## | 100%
libnetcdf-4.8.0 | 1.4 MB | ########## | 100%
expat-2.3.0 | 168 KB | ########## | 100%
jedi-0.18.0 | 928 KB | ########## | 100%
pillow-8.2.0 | 622 KB | ########## | 100%
jupyter_console-6.4. | 22 KB | ########## | 100%
zict-2.0.0 | 10 KB | ########## | 100%
geos-3.8.0 | 1.0 MB | ########## | 100%
freetype-2.10.4 | 890 KB | ########## | 100%
proj-6.2.1 | 10.2 MB | ########## | 100%
ruamel.yaml.clib-0.2 | 139 KB | ########## | 100%
tqdm-4.60.0 | 79 KB | ########## | 100%
bokeh-2.3.1 | 8.2 MB | ########## | 100%
netcdf4-1.5.6 | 434 KB | ########## | 100%
pickleshare-0.7.5 | 9 KB | ########## | 100%
olefile-0.46 | 32 KB | ########## | 100%
dask-core-2021.4.1 | 725 KB | ########## | 100%
click-7.1.2 | 64 KB | ########## | 100%
fsspec-2021.4.0 | 75 KB | ########## | 100%
pexpect-4.8.0 | 47 KB | ########## | 100%
numba-0.53.1 | 3.3 MB | ########## | 100%
jupyter_core-4.7.1 | 72 KB | ########## | 100%
locket-0.2.1 | 10 KB | ########## | 100%
python_abi-3.7 | 4 KB | ########## | 100%
sortedcontainers-2.3 | 26 KB | ########## | 100%
msgpack-python-1.0.2 | 29 KB | ########## | 100%
tornado-6.1 | 645 KB | ########## | 100%
libcurl-7.76.1 | 328 KB | ########## | 100%
sniffio-1.2.0 | 15 KB | ########## | 100%
bzip2-1.0.8 | 484 KB | ########## | 100%
hvplot-0.7.1 | 3.0 MB | ########## | 100%
cytoolz-0.11.0 | 351 KB | ########## | 100%
jpeg-9d | 266 KB | ########## | 100%
argon2-cffi-20.1.0 | 45 KB | ########## | 100%
importlib_resources- | 37 KB | ########## | 100%
cartopy-0.18.0 | 1.7 MB | ########## | 100%
colorcet-2.0.6 | 1.5 MB | ########## | 100%
cryptography-3.4.7 | 975 KB | ########## | 100%
brotlipy-0.7.0 | 337 KB | ########## | 100%
tblib-1.7.0 | 15 KB | ########## | 100%
ipython-7.22.0 | 1.1 MB | ########## | 100%
lz4-c-1.9.3 | 179 KB | ########## | 100%
anyio-2.2.0 | 123 KB | ########## | 100%
pyzmq-22.0.3 | 299 KB | ########## | 100%
shapely-1.7.1 | 390 KB | ########## | 100%
distributed-2021.4.1 | 1.1 MB | ########## | 100%
yaml-0.2.5 | 82 KB | ########## | 100%
jupyterhub-singleuse | 5 KB | ########## | 100%
kiwisolver-1.3.1 | 80 KB | ########## | 100%
hdf5-1.10.6 | 3.1 MB | ########## | 100%
certifi-2020.12.5 | 143 KB | ########## | 100%
numpy-1.20.2 | 5.6 MB | ########## | 100%
prompt_toolkit-3.0.1 | 4 KB | ########## | 100%
sqlalchemy-1.4.12 | 2.2 MB | ########## | 100%
widgetsnbextension-3 | 1.8 MB | ########## | 100%
hdf4-4.2.13 | 949 KB | ########## | 100%
appdirs-1.4.4 | 13 KB | ########## | 100%
sqlite-3.35.5 | 1.4 MB | ########## | 100%
libopenblas-0.3.12 | 8.9 MB | ########## | 100%
holoviews-1.14.3 | 3.4 MB | ########## | 100%
geoviews-1.5.0 | 345 KB | ########## | 100%
toolz-0.11.1 | 46 KB | ########## | 100%
libgfortran-ng-9.3.0 | 22 KB | ########## | 100%
dask-2021.4.1 | 4 KB | ########## | 100%
libgfortran5-9.3.0 | 2.0 MB | ########## | 100%
tbb-2020.3 | 1.1 MB | ########## | 100%
lcms2-2.12 | 443 KB | ########## | 100%
libzip-1.7.3 | 120 KB | ########## | 100%
libcblas-3.9.0 | 11 KB | ########## | 100%
pyproj-2.6.1.post1 | 390 KB | ########## | 100%
openssl-1.1.1k | 2.1 MB | ########## | 100%
py-1.10.0 | 73 KB | ########## | 100%
markupsafe-1.1.1 | 23 KB | ########## | 100%
greenlet-1.0.0 | 65 KB | ########## | 100%
panel-0.11.3 | 6.7 MB | ########## | 100%
matplotlib-base-3.4. | 7.3 MB | ########## | 100%
scipy-1.6.3 | 21.2 MB | ########## | 100%
gdbm-1.18 | 190 KB | ########## | 100%
cffi-1.14.5 | 4 KB | ########## | 100%
markdown-3.3.4 | 67 KB | ########## | 100%
pandas-1.2.4 | 11.0 MB | ########## | 100%
jsonschema-3.2.0 | 45 KB | ########## | 100%
mistune-0.8.4 | 54 KB | ########## | 100%
multipledispatch-0.6 | 12 KB | ########## | 100%
pypy3.7-7.3.4 | 34.4 MB | ########## | 100%
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... Uninstalling jupyter-js-widgets jupyter-js-widgets/extension
Removing: /srv/conda/envs/notebook/share/jupyter/nbextensions/jupyter-js-widgets
Enabling notebook extension jupyter-js-widgets/extension...
- Validating: OK
done
#
# To activate this environment, use
#
# $ conda activate /srv/conda/envs/notebook
#
# To deactivate an active environment, use
#
# $ conda deactivate
orge/linux-64 2 MB
setuptools 49.6.0 py37h89c1867_3 installed
setuptools 52.0.0 py37h06a4308_0 pkgs/main/linux-64 710 KB
sqlalchemy 1.3.23 py37h5e8e339_0 installed
sqlalchemy 1.4.12 py37h6b43d8f_0 conda-forge/linux-64 2 MB
sqlite 3.34.0 h74cdb3f_0 installed
sqlite 3.35.5 h74cdb3f_0 conda-forge/linux-64 1 MB
terminado 0.9.2 py37h89c1867_0 installed
terminado 0.9.4 py37h9c2f6ca_0 conda-forge/linux-64 26 KB
Summary:
Install: 85 packages
Change: 26 packages
Upgrade: 16 packages
Total download: 215 MB
───────────────────────────────────────────────────────────────────────────────────────────────
time: 289.420
__ __ __ __
/ \ / \ / \ / \
/ \/ \/ \/ \
███████████████/ /██/ /██/ /██/ /████████████████████████
/ / \ / \ / \ / \ \____
/ / \_/ \_/ \_/ \ o \__,
/ _/ \_____/ `
|/
███╗ ███╗ █████╗ ███╗ ███╗██████╗ █████╗
████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗
██╔████╔██║███████║██╔████╔██║██████╔╝███████║
██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
██║ ╚═╝ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝
mamba (0.7.4) supported by @QuantStack
GitHub: https://github.com/mamba-org/mamba
Twitter: https://twitter.com/QuantStack
█████████████████████████████████████████████████████████████
Remove all contents from the following package caches?
- /srv/conda/pkgs
time: 1.414
__ __ __ __
/ \ / \ / \ / \
/ \/ \/ \/ \
███████████████/ /██/ /██/ /██/ /████████████████████████
/ / \ / \ / \ / \ \____
/ / \_/ \_/ \_/ \ o \__,
/ _/ \_____/ `
|/
███╗ ███╗ █████╗ ███╗ ███╗██████╗ █████╗
████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗
██╔████╔██║███████║██╔████╔██║██████╔╝███████║
██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║
██║ ╚═╝ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝
mamba (0.7.4) supported by @QuantStack
GitHub: https://github.com/mamba-org/mamba
Twitter: https://twitter.com/QuantStack
█████████████████████████████████████████████████████████████
# packages in environment at /srv/conda/envs/notebook:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 1_gnu conda-forge
alembic 1.5.5 pyhd8ed1ab_0 conda-forge
anyio 2.2.0 py37h06a4308_1 defaults
appdirs 1.4.4 pyh9f0ad1d_0 conda-forge
argon2-cffi 20.1.0 py37h6b43d8f_2 conda-forge
async_generator 1.10 py_0 conda-forge
attrs 20.3.0 pyhd3deb0d_0 conda-forge
babel 2.9.0 pyhd3deb0d_0 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
backports 1.0 py_2 conda-forge
backports.functools_lru_cache 1.6.1 py_0 conda-forge
bleach 3.3.0 pyh44b312d_0 conda-forge
blinker 1.4 py_1 conda-forge
bokeh 2.3.1 py37h9c2f6ca_0 conda-forge
brotlipy 0.7.0 py37h6b43d8f_1001 conda-forge
bzip2 1.0.8 h7f98852_4 conda-forge
c-ares 1.17.1 h36c2ea0_0 conda-forge
ca-certificates 2020.12.5 ha878542_0 conda-forge
cartopy 0.18.0 py37h0d9ca2b_1 defaults
certifi 2020.12.5 py37h9c2f6ca_1 conda-forge
certipy 0.1.3 py_0 conda-forge
cffi 1.14.5 0_pypy37 conda-forge
cftime 1.4.1 py37ha757849_0 conda-forge
chardet 4.0.0 py37h9c2f6ca_1 conda-forge
click 7.1.2 pyh9f0ad1d_0 conda-forge
cloudpickle 1.6.0 py_0 conda-forge
colorcet 2.0.6 pyhd8ed1ab_0 conda-forge
cryptography 3.4.7 py37h89dc786_0 conda-forge
curl 7.76.1 h979ede3_1 conda-forge
cycler 0.10.0 py_2 conda-forge
cytoolz 0.11.0 py37h6b43d8f_3 conda-forge
dask 2021.4.1 pyhd8ed1ab_0 conda-forge
dask-core 2021.4.1 pyhd8ed1ab_0 conda-forge
datashader 0.12.1 pyh44b312d_1 conda-forge
datashape 0.5.4 py_1 conda-forge
decorator 4.4.2 py_0 conda-forge
defusedxml 0.6.0 py_0 conda-forge
distributed 2021.4.1 py37h9c2f6ca_0 conda-forge
entrypoints 0.3 pyhd8ed1ab_1003 conda-forge
expat 2.3.0 h9c3ff4c_0 conda-forge
freetype 2.10.4 h0708190_1 conda-forge
fsspec 2021.4.0 pyhd8ed1ab_0 conda-forge
gdbm 1.18 h0a1914f_2 conda-forge
geos 3.8.0 he1b5a44_1 conda-forge
geoviews 1.5.0 py_0 conda-forge
greenlet 1.0.0 py37he226ad3_0 conda-forge
hdf4 4.2.13 h10796ff_1005 conda-forge
hdf5 1.10.6 nompi_h6a2412b_1114 conda-forge
heapdict 1.0.1 py_0 conda-forge
holoviews 1.14.3 pyhd8ed1ab_0 conda-forge
hvplot 0.7.1 pyh44b312d_0 conda-forge
idna 2.10 pyh9f0ad1d_0 conda-forge
importlib-metadata 4.0.1 py37h9c2f6ca_0 conda-forge
importlib_metadata 4.0.1 hd8ed1ab_0 conda-forge
importlib_resources 5.1.2 py37h9c2f6ca_0 conda-forge
ipykernel 5.5.3 py37h2b89940_0 conda-forge
ipython 7.22.0 py37h2b89940_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
ipywidgets 7.6.3 pyhd3deb0d_0 conda-forge
jedi 0.18.0 py37h9c2f6ca_2 conda-forge
jinja2 2.11.3 pyh44b312d_0 conda-forge
jpeg 9d h516909a_0 conda-forge
json5 0.9.5 pyh9f0ad1d_0 conda-forge
jsonschema 3.2.0 pyhd8ed1ab_3 conda-forge
jupyter 1.0.0 py37h9c2f6ca_6 conda-forge
jupyter-offlinenotebook 0.2.1 pyhd8ed1ab_0 conda-forge
jupyter-resource-usage 0.5.1 pyhd8ed1ab_0 conda-forge
jupyter_client 6.1.11 pyhd8ed1ab_1 conda-forge
jupyter_console 6.4.0 pyhd8ed1ab_0 conda-forge
jupyter_core 4.7.1 py37h9c2f6ca_0 conda-forge
jupyter_server 1.4.1 py37h06a4308_0 defaults
jupyter_telemetry 0.1.0 pyhd8ed1ab_1 conda-forge
jupyterhub-base 1.4.0 py37h9c2f6ca_0 conda-forge
jupyterhub-singleuser 1.4.0 py37h9c2f6ca_0 conda-forge
jupyterlab 3.0.7 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.1.2 pyh9f0ad1d_0 conda-forge
jupyterlab_server 2.3.0 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 1.0.0 pyhd8ed1ab_1 conda-forge
kiwisolver 1.3.1 py37h160330d_1 conda-forge
krb5 1.17.2 h926e7f8_0 conda-forge
lcms2 2.12 hddcbb42_0 conda-forge
ld_impl_linux-64 2.35.1 hea4e1c9_2 conda-forge
libblas 3.9.0 8_openblas conda-forge
libcblas 3.9.0 8_openblas conda-forge
libcurl 7.76.1 hc4aaa36_1 conda-forge
libedit 3.1.20191231 he28a2e2_2 conda-forge
libev 4.33 h516909a_1 conda-forge
libffi 3.3 h58526e2_2 conda-forge
libgcc-ng 9.3.0 h2828fa1_18 conda-forge
libgfortran-ng 9.3.0 hff62375_19 conda-forge
libgfortran5 9.3.0 hff62375_19 conda-forge
libgomp 9.3.0 h2828fa1_18 conda-forge
liblapack 3.9.0 8_openblas conda-forge
libllvm10 10.0.1 he513fc3_3 conda-forge
libnetcdf 4.8.0 nompi_hfa85936_101 conda-forge
libnghttp2 1.43.0 h812cca2_0 conda-forge
libopenblas 0.3.12 pthreads_h4812303_1 conda-forge
libpng 1.6.37 hed695b0_2 conda-forge
libsodium 1.0.18 h516909a_1 conda-forge
libssh2 1.9.0 hab1572f_5 conda-forge
libstdcxx-ng 9.3.0 h6de172a_18 conda-forge
libtiff 4.2.0 hdc55705_1 conda-forge
libwebp-base 1.2.0 h7f98852_2 conda-forge
libzip 1.7.3 he9f05b3_0 conda-forge
llvmlite 0.36.0 py37hf2742bb_0 conda-forge
locket 0.2.1 py37h06a4308_1 defaults
lz4-c 1.9.3 h9c3ff4c_0 conda-forge
mako 1.1.4 pyh44b312d_0 conda-forge
markdown 3.3.4 pyhd8ed1ab_0 conda-forge
markupsafe 1.1.1 py37h6b43d8f_3 conda-forge
matplotlib-base 3.4.1 py37h086f52f_0 conda-forge
metpy 1.0.1 pyhd8ed1ab_0 conda-forge
mistune 0.8.4 py37h6b43d8f_1003 conda-forge
msgpack-python 1.0.2 py37h160330d_1 conda-forge
multipledispatch 0.6.0 py_0 conda-forge
nbclassic 0.2.6 pyhd8ed1ab_0 conda-forge
nbclient 0.5.2 pyhd8ed1ab_0 conda-forge
nbconvert 6.0.7 py37h9c2f6ca_3 conda-forge
nbformat 5.1.2 pyhd8ed1ab_1 conda-forge
ncurses 6.2 h58526e2_4 conda-forge
nest-asyncio 1.4.3 pyhd8ed1ab_0 conda-forge
netcdf4 1.5.6 nompi_py37hab8dd14_103 conda-forge
notebook 6.3.0 py37h9c2f6ca_0 conda-forge
nteract_on_jupyter 2.1.3 py_0 conda-forge
numba 0.53.1 py37ha9443f7_0 defaults
numpy 1.20.2 py37h620df1f_0 conda-forge
oauthlib 3.0.1 py_0 conda-forge
olefile 0.46 pyh9f0ad1d_1 conda-forge
openssl 1.1.1k h7f98852_0 conda-forge
packaging 20.9 pyh44b312d_0 conda-forge
pamela 1.0.0 py_0 conda-forge
pandas 1.2.4 py37h40f5888_0 conda-forge
pandoc 2.11.4 h7f98852_0 conda-forge
pandocfilters 1.4.2 py_1 conda-forge
panel 0.11.3 pyhd8ed1ab_0 conda-forge
param 1.10.1 pyhd3deb0d_0 conda-forge
parso 0.8.1 pyhd8ed1ab_0 conda-forge
partd 1.2.0 pyhd8ed1ab_0 conda-forge
pexpect 4.8.0 pyh9f0ad1d_2 conda-forge
pickleshare 0.7.5 py_1003 conda-forge
pillow 8.2.0 py37he98fc37_0 defaults
pint 0.17 pyhd8ed1ab_0 conda-forge
pip 21.0.1 pyhd8ed1ab_0 conda-forge
pooch 1.3.0 pyhd8ed1ab_0 conda-forge
proj 6.2.1 hc80f0dc_0 conda-forge
prometheus_client 0.9.0 pyhd3deb0d_0 conda-forge
prompt-toolkit 3.0.16 pyha770c72_0 conda-forge
prompt_toolkit 3.0.16 hd8ed1ab_0 conda-forge
psutil 5.8.0 py37h6b43d8f_1 conda-forge
ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge
py 1.10.0 pyhd3deb0d_0 conda-forge
pycparser 2.20 pyh9f0ad1d_2 conda-forge
pyct 0.4.8 py37_0 defaults
pycurl 7.43.0.6 py37hdd9609f_1 conda-forge
pygments 2.8.0 pyhd8ed1ab_0 conda-forge
pyjwt 2.0.1 pyhd8ed1ab_0 conda-forge
pyopenssl 20.0.1 pyhd8ed1ab_0 conda-forge
pyparsing 2.4.7 pyh9f0ad1d_0 conda-forge
pyproj 2.6.1.post1 py37hd003209_1 defaults
pypy3.7 7.3.4 hc4e864a_4 conda-forge
pyrsistent 0.17.3 py37h6b43d8f_2 conda-forge
pyshp 2.1.3 pyh44b312d_0 conda-forge
pysocks 1.7.1 py37h9c2f6ca_3 conda-forge
python 3.7.10 0_73_pypy conda-forge
python-dateutil 2.8.1 py_0 conda-forge
python-editor 1.0.4 py_0 conda-forge
python-json-logger 2.0.1 pyh9f0ad1d_0 conda-forge
python_abi 3.7 1_pypy37_pp73 conda-forge
pytz 2021.1 pyhd8ed1ab_0 conda-forge
pyviz_comms 2.0.1 pyhd3deb0d_0 conda-forge
pyyaml 5.4.1 py37h6b43d8f_0 conda-forge
pyzmq 22.0.3 py37h6a5a4d2_1 conda-forge
readline 8.0 he28a2e2_2 conda-forge
requests 2.25.1 pyhd3deb0d_0 conda-forge
ruamel.yaml 0.16.12 py37h6b43d8f_2 conda-forge
ruamel.yaml.clib 0.2.2 py37h6b43d8f_2 conda-forge
scipy 1.6.3 py37ha768fb6_0 conda-forge
send2trash 1.5.0 py_0 conda-forge
setuptools 52.0.0 py37h06a4308_0 defaults
shapely 1.7.1 py37h98ec03d_0 defaults
six 1.15.0 pyh9f0ad1d_0 conda-forge
sniffio 1.2.0 py37h9c2f6ca_1 conda-forge
sortedcontainers 2.3.0 pyhd8ed1ab_0 conda-forge
sqlalchemy 1.4.12 py37h6b43d8f_0 conda-forge
sqlite 3.35.5 h74cdb3f_0 conda-forge
tbb 2020.3 hfd86e86_0 defaults
tblib 1.7.0 pyhd8ed1ab_0 conda-forge
terminado 0.9.4 py37h9c2f6ca_0 conda-forge
testpath 0.4.4 py_0 conda-forge
tk 8.6.10 hed695b0_1 conda-forge
toolz 0.11.1 py_0 conda-forge
tornado 6.1 py37h6b43d8f_1 conda-forge
tqdm 4.60.0 pyhd8ed1ab_0 conda-forge
traitlets 5.0.5 py_0 conda-forge
typing_extensions 3.7.4.3 py_0 conda-forge
urllib3 1.26.3 pyhd8ed1ab_0 conda-forge
wcwidth 0.2.5 pyh9f0ad1d_2 conda-forge
webencodings 0.5.1 py_1 conda-forge
wheel 0.36.2 pyhd3deb0d_0 conda-forge
widgetsnbextension 3.5.1 py37h9c2f6ca_4 conda-forge
xarray 0.17.0 pyhd8ed1ab_0 conda-forge
xz 5.2.5 h516909a_1 conda-forge
yaml 0.2.5 h516909a_0 conda-forge
zeromq 4.3.4 h9c3ff4c_0 conda-forge
zict 2.0.0 py_0 conda-forge
zipp 3.4.0 py_0 conda-forge
zlib 1.2.11 h516909a_1010 conda-forge
zstd 1.4.9 ha95c52a_0 conda-forge
Removing intermediate container abf678f94c6c
---> 1b18d7467918
Step 41/52 : COPY --chown=1000:1000 src/ ${REPO_DIR}
---> 2f2d8f980cae
Step 42/52 : LABEL repo2docker.ref="d003406cc9aec58694810ea20f4672525e1bcd18"
---> Running in a0065dc65020
Removing intermediate container a0065dc65020
---> 9d3f589701ca
Step 43/52 : LABEL repo2docker.repo="https://github.com/hdsingh/xrviz"
---> Running in a26e96d88891
Removing intermediate container a26e96d88891
---> ee98fc07b300
Step 44/52 : LABEL repo2docker.version="2021.03.0+15.g73ab48a"
---> Running in ead4af05b136
Removing intermediate container ead4af05b136
---> 5527f36a78b7
Step 45/52 : USER ${NB_USER}
---> Running in dd3bf00ca631
Removing intermediate container dd3bf00ca631
---> 9d9f3db76683
Step 46/52 : RUN chmod +x binder/postBuild
---> Running in ea8645dcff25
Removing intermediate container ea8645dcff25
---> 1cb467215bd2
Step 47/52 : RUN ./binder/postBuild
---> Running in 31ea3e56b249
Obtaining file:///home/jovyan
Requirement already satisfied: panel>=0.7.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xrviz==0.1.4+23.gd003406.dirty) (0.11.3)
Requirement already satisfied: holoviews in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xrviz==0.1.4+23.gd003406.dirty) (1.14.3)
Requirement already satisfied: hvplot in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xrviz==0.1.4+23.gd003406.dirty) (0.7.1)
Requirement already satisfied: xarray>=0.14.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xrviz==0.1.4+23.gd003406.dirty) (0.17.0)
Requirement already satisfied: netcdf4 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xrviz==0.1.4+23.gd003406.dirty) (1.5.6)
Requirement already satisfied: datashader in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xrviz==0.1.4+23.gd003406.dirty) (0.12.1)
Requirement already satisfied: bokeh<2.4.0,>=2.3.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2.3.1)
Requirement already satisfied: param>=1.10.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (1.10.1)
Requirement already satisfied: pyviz-comms>=0.7.4 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2.0.1)
Requirement already satisfied: markdown in /srv/conda/envs/notebook/lib/python3.7/site-packages(from panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (3.3.4)
Requirement already satisfied: requests in /srv/conda/envs/notebook/lib/python3.7/site-packages(from panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2.25.1)
Requirement already satisfied: tqdm in /srv/conda/envs/notebook/lib/python3.7/site-packages (from panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (4.60.0)
Requirement already satisfied: pyct>=0.4.4 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (0.4.8)
Requirement already satisfied: PyYAML>=3.10 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (5.4.1)
Requirement already satisfied: python-dateutil>=2.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2.8.1)
Requirement already satisfied: Jinja2>=2.7 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2.11.3)
Requirement already satisfied: numpy>=1.11.3 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (1.20.2)
Requirement already satisfied: pillow>=7.1.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (8.2.0)
Requirement already satisfied: packaging>=16.8 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (20.9)
Requirement already satisfied: tornado>=5.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (6.1)
Requirement already satisfied: typing-extensions>=3.7.4 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (3.7.4.3)
Requirement already satisfied: MarkupSafe>=0.23 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from Jinja2>=2.7->bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (1.1.1)
Requirement already satisfied: pyparsing>=2.0.2 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from packaging>=16.8->bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2.4.7)
Requirement already satisfied: six>=1.5 in /srv/conda/envs/notebook/lib/python3.7/site-packages(from python-dateutil>=2.1->bokeh<2.4.0,>=2.3.0->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (1.15.0)
Requirement already satisfied: pandas>=0.25 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xarray>=0.14.1->xrviz==0.1.4+23.gd003406.dirty) (1.2.4)
Requirement already satisfied: setuptools>=40.4 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from xarray>=0.14.1->xrviz==0.1.4+23.gd003406.dirty) (52.0.0.post20210125)
Requirement already satisfied: pytz>=2017.3 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from pandas>=0.25->xarray>=0.14.1->xrviz==0.1.4+23.gd003406.dirty) (2021.1)
Requirement already satisfied: dask[complete]>=0.18.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from datashader->xrviz==0.1.4+23.gd003406.dirty) (2021.4.1)
Requirement already satisfied: toolz>=0.7.4 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from datashader->xrviz==0.1.4+23.gd003406.dirty) (0.11.1)
Requirement already satisfied: datashape>=0.5.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from datashader->xrviz==0.1.4+23.gd003406.dirty) (0.5.4)
Requirement already satisfied: numba!=0.49.*,!=0.50.*,>=0.37.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from datashader->xrviz==0.1.4+23.gd003406.dirty) (0.53.1)
Requirement already satisfied: colorcet>=0.9.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from datashader->xrviz==0.1.4+23.gd003406.dirty) (2.0.6)
Requirement already satisfied: scipy in /srv/conda/envs/notebook/lib/python3.7/site-packages (from datashader->xrviz==0.1.4+23.gd003406.dirty) (1.6.3)
Requirement already satisfied: cloudpickle>=1.1.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (1.6.0)
Requirement already satisfied: fsspec>=0.6.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (2021.4.0)
Requirement already satisfied: partd>=0.3.10 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (1.2.0)
Requirement already satisfied: distributed>=2021.04.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (2021.4.1)
Requirement already satisfied: multipledispatch>=0.4.7 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from datashape>=0.5.1->datashader->xrviz==0.1.4+23.gd003406.dirty) (0.6.0)
Requirement already satisfied: click>=6.6 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from distributed>=2021.04.1->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (7.1.2)
Requirement already satisfied: msgpack>=0.6.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from distributed>=2021.04.1->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (1.0.2)
Requirement already satisfied: psutil>=5.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from distributed>=2021.04.1->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (5.8.0)
Requirement already satisfied: sortedcontainers!=2.0.0,!=2.0.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from distributed>=2021.04.1->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (2.3.0)
Requirement already satisfied: tblib>=1.6.0 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from distributed>=2021.04.1->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (1.7.0)
Requirement already satisfied: zict>=0.1.3 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from distributed>=2021.04.1->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (2.0.0)
Requirement already satisfied: llvmlite<0.37,>=0.36.0rc1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from numba!=0.49.*,!=0.50.*,>=0.37.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (0.36.0)
Requirement already satisfied: locket in /srv/conda/envs/notebook/lib/python3.7/site-packages/locket-0.2.1-py3.7.egg (from partd>=0.3.10->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (0.2.1)
Requirement already satisfied: heapdict in /srv/conda/envs/notebook/lib/python3.7/site-packages(from zict>=0.1.3->distributed>=2021.04.1->dask[complete]>=0.18.0->datashader->xrviz==0.1.4+23.gd003406.dirty) (1.0.1)
Requirement already satisfied: importlib-metadata in /srv/conda/envs/notebook/lib/python3.7/site-packages (from markdown->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (4.0.1)
Requirement already satisfied: zipp>=0.5 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from importlib-metadata->markdown->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (3.4.0)
Requirement already satisfied: cftime in /srv/conda/envs/notebook/lib/python3.7/site-packages (from netcdf4->xrviz==0.1.4+23.gd003406.dirty) (1.4.1)
Requirement already satisfied: chardet<5,>=3.0.2 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from requests->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (4.0.0)
Requirement already satisfied: idna<3,>=2.5 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from requests->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2.10)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from requests->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (1.26.3)
Requirement already satisfied: certifi>=2017.4.17 in /srv/conda/envs/notebook/lib/python3.7/site-packages (from requests->panel>=0.7.0->xrviz==0.1.4+23.gd003406.dirty) (2020.12.5)
Installing collected packages: xrviz
Running setup.py develop for xrviz
Successfully installed xrviz
Removing intermediate container 31ea3e56b249
---> f338db343dcd
Step 48/52 : ENV PYTHONUNBUFFERED=1
---> Running in 0b083705a987
Removing intermediate container 0b083705a987
---> acc845acd7b7
Step 49/52 : COPY /python3-login /usr/local/bin/python3-login
---> a2c0296dab37
Step 50/52 : COPY /repo2docker-entrypoint /usr/local/bin/repo2docker-entrypoint
---> 2290870394d2
Step 51/52 : ENTRYPOINT ["/usr/local/bin/repo2docker-entrypoint"]
---> Running in 3fed365aee0b
Removing intermediate container 3fed365aee0b
---> c8484f1446a0
Step 52/52 : CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
---> Running in 91f256619991
Removing intermediate container 91f256619991
---> 41869acca156
{"aux": {"ID": "sha256:41869acca156a4904c3e29fa4dbc6cf52530b0729801cd385508d01558d167f1"}}Successfully built 41869acca156
Successfully tagged gcr.io/binderhub-288415/r2d-staging-72d7634-hdsingh-2dxrviz-61d82a:d003406cc9aec58694810ea20f4672525e1bcd18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment