kopia lustrzana https://github.com/jupyterhub/repo2docker
remove impossible elif condition
rodzic
123900fdbb
commit
4be50e71e7
|
@ -554,11 +554,6 @@ class CondaBuildPack(BuildPack):
|
||||||
conda clean -tipsy
|
conda clean -tipsy
|
||||||
"""
|
"""
|
||||||
))
|
))
|
||||||
elif os.path.exists('requirements.txt'):
|
|
||||||
assembly_scripts.append((
|
|
||||||
'${NB_USER}',
|
|
||||||
'pip install --no-cache-dir -r requirements.txt'
|
|
||||||
))
|
|
||||||
return assembly_scripts
|
return assembly_scripts
|
||||||
|
|
||||||
def detect(self):
|
def detect(self):
|
||||||
|
|
Ładowanie…
Reference in New Issue