Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Movida instalación de DeepVATS del entrypoint a Dockerfile.jupyter
Para Debido a un error solucionar el error siguiente: jupyter-1 | Obtaining file:///home/macu/work jupyter-1 | Preparing metadata (setup.py) ... done jupyter-1 | Installing collected packages: dvats jupyter-1 | Running setup.py develop for dvats jupyter-1 | error: subprocess-exited-with-error jupyter-1 | jupyter-1 | × python setup.py develop did not run successfully. jupyter-1 | │ exit code: 1 jupyter-1 | ╰─> [32 lines of output] jupyter-1 | /home/macu/work/setup.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html jupyter-1 | from pkg_resources import parse_version jupyter-1 | running develop jupyter-1 | /usr/local/share/miniconda3/envs/env/lib/python3.10/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. jupyter-1 | !! jupyter-1 | jupyter-1 | ******************************************************************************** jupyter-1 | Please avoid running ``setup.py`` and ``easy_install``. jupyter-1 | Instead, use pypa/build, pypa/installer or other jupyter-1 | standards-based tools. jupyter-1 | jupyter-1 | See pypa/setuptools#917 for details. jupyter-1 | ******************************************************************************** jupyter-1 | jupyter-1 | !! jupyter-1 | easy_install.initialize_options(self) jupyter-1 | /usr/local/share/miniconda3/envs/env/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. jupyter-1 | !! jupyter-1 | jupyter-1 | ******************************************************************************** jupyter-1 | Please avoid running ``setup.py`` directly. jupyter-1 | Instead, use pypa/build, pypa/installer or other jupyter-1 | standards-based tools. jupyter-1 | jupyter-1 | See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. jupyter-1 | ******************************************************************************** jupyter-1 | jupyter-1 | !! jupyter-1 | self.initialize_options() jupyter-1 | running egg_info jupyter-1 | creating dvats.egg-info jupyter-1 | error: could not create 'dvats.egg-info': Permission denied jupyter-1 | [end of output] jupyter-1 | jupyter-1 | note: This error originates from a subprocess, and is likely not a problem with pip. jupyter-1 | error: subprocess-exited-with-error jupyter-1 | jupyter-1 | × python setup.py develop did not run successfully. jupyter-1 | │ exit code: 1 jupyter-1 | ╰─> [32 lines of output] jupyter-1 | /home/macu/work/setup.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html jupyter-1 | from pkg_resources import parse_version jupyter-1 | running develop jupyter-1 | /usr/local/share/miniconda3/envs/env/lib/python3.10/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. jupyter-1 | !! jupyter-1 | jupyter-1 | ******************************************************************************** jupyter-1 | Please avoid running ``setup.py`` and ``easy_install``. jupyter-1 | Instead, use pypa/build, pypa/installer or other jupyter-1 | standards-based tools. jupyter-1 | jupyter-1 | See pypa/setuptools#917 for details. jupyter-1 | ******************************************************************************** jupyter-1 | jupyter-1 | !! jupyter-1 | easy_install.initialize_options(self) jupyter-1 | /usr/local/share/miniconda3/envs/env/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. jupyter-1 | !! jupyter-1 | jupyter-1 | ******************************************************************************** jupyter-1 | Please avoid running ``setup.py`` directly. jupyter-1 | Instead, use pypa/build, pypa/installer or other jupyter-1 | standards-based tools. jupyter-1 | jupyter-1 | See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. jupyter-1 | ******************************************************************************** jupyter-1 | jupyter-1 | !! jupyter-1 | self.initialize_options() jupyter-1 | running egg_info jupyter-1 | creating dvats.egg-info jupyter-1 | error: could not create 'dvats.egg-info': Permission denied jupyter-1 | [end of output] jupyter-1 | jupyter-1 | note: This error originates from a subprocess, and is likely not a problem with pip. Se mueve la instalación de DeepVATS (la carpeta work) de entrypoint.sh al final de Dockerfile.jupyter, copiando únicamente las carpetas y ficheros necesarios para la instalación.
- Loading branch information