Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...
FROM tensorflow/tensorflow:latest-py3 WORKDIR /app RUN apt-get update && \ apt-get -y upgrade && \ apt-get install -y git && \ apt-get install -y -qq libfftw3-dev ...