https://github.com/kubeflow/katib
Revision 47d4d8f7f7c8037cb06e4111fcca4f85fff27b66 authored by Andrey Velichkevich on 28 June 2019, 01:33:21 UTC, committed by Kubernetes Prow Robot on 28 June 2019, 01:33:21 UTC
* Remove build from the Repo

* npm build in dockerfile

* Remove no-cache

* Change size
1 parent c81818d
Raw File
Tip revision: 47d4d8f7f7c8037cb06e4111fcca4f85fff27b66 authored by Andrey Velichkevich on 28 June 2019, 01:33:21 UTC
Add npm build to the UI Dockerfile (#665)
Tip revision: 47d4d8f
setup.py
from setuptools import setup

setup(name="pkg",
      packages=["pkg"])
back to top