kopia lustrzana https://github.com/jupyterhub/repo2docker
ensure some cache files are cleaned up
rodzic
bd02e2e997
commit
757799516d
|
@ -88,7 +88,10 @@ class PipfileBuildPack(CondaBuildPack):
|
||||||
scripts = super().get_preassemble_scripts()
|
scripts = super().get_preassemble_scripts()
|
||||||
# install pipenv to install dependencies within Pipfile.lock or Pipfile
|
# install pipenv to install dependencies within Pipfile.lock or Pipfile
|
||||||
scripts.append(
|
scripts.append(
|
||||||
("${NB_USER}", "${KERNEL_PYTHON_PREFIX}/bin/pip install pipenv==2018.11.26")
|
(
|
||||||
|
"${NB_USER}",
|
||||||
|
"${KERNEL_PYTHON_PREFIX}/bin/pip install --no-cache-dir pipenv==2018.11.26",
|
||||||
|
)
|
||||||
)
|
)
|
||||||
return scripts
|
return scripts
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
||||||
npm install --global configurable-http-proxy
|
npm install --global configurable-http-proxy
|
||||||
|
npm cache clean --force
|
||||||
|
|
Ładowanie…
Reference in New Issue