Add tensorflow, rename

This commit is contained in:
Guy Sheffer 2020-01-18 22:15:54 +00:00
parent c536bdd029
commit 5ea4b0f519

View file

@ -65,7 +65,7 @@ RUN add-apt-repository ppa:pmjdebruijn/darktable-release && \
ENV LD_LIBRARY_PATH /root/.local/lib:/usr/local/lib:/usr/lib:/lib
ENV TF_CPP_MIN_LOG_LEVEL 0
RUN curl -L \
"https://dl.photoprism.org/tensorflow/linux/libtensorflow-linux-cpu-1.14.0.tar.gz" | \
"http://unofficialpi.org/photoprisim/libtensorflow-aarch64-1.14.0.tar.gz" | \
tar -C "/usr" -xz
RUN ldconfig
@ -87,7 +87,7 @@ RUN set -eux; \
\
url="https://golang.org/dl/go${GOLANG_VERSION}.linux-arm64.tar.gz"; \
wget -O go.tgz "$url"; \
echo "512103d7ad296467814a6e3f635631bd35574cab3369a97a323c9a585ccaa569 *go.tgz" | sha256sum -c -; \
echo "0a18125c4ed80f9c3045cf92384670907c4796b43ed63c4307210fe93e5bbca5 *go.tgz" | sha256sum -c -; \
tar -C /usr/local -xzf go.tgz; \
rm go.tgz; \
export PATH="/usr/local/go/bin:$PATH"; \