We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fb798 commit 592a6fbCopy full SHA for 592a6fb
elasticdl_client/api.py
@@ -50,7 +50,7 @@ def init_zoo(args):
50
--extra-index-url={{ EXTRA_PYPI_INDEX }}
51
52
RUN pip install elasticdl --extra-index-url={{ EXTRA_PYPI_INDEX }}
53
-ENV PATH /usr/local/lib/python3.6/dist-packages/elasticdl/go/bin:$PATH
+ENV PATH /usr/local/lib/python3.6/site-packages/elasticdl/go/bin:$PATH
54
55
COPY . /model_zoo
56
RUN pip install -r /model_zoo/requirements.txt\
0 commit comments