Merge pull request #3087 from DanBmh/fix_docker

Install checkpoint converting tool in container.
This commit is contained in:
lissyx 2020-06-18 18:11:55 +02:00 committed by GitHub
commit 9c1dbd43a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,8 @@ RUN pip3 install --upgrade pip==20.0.2 wheel==0.34.2 setuptools==46.1.3
# we don't want to break that
RUN DS_NODECODER=y DS_NOTENSORFLOW=y pip3 install --upgrade -e .
# Tool to convert output graph for inference
RUN python3 util/taskcluster.py --source tensorflow --branch r1.15 \
--artifact convert_graphdef_memmapped_format --target .
RUN ./bin/run-ldc93s1.sh