runner-go #102
@ -14,7 +14,7 @@ ENV PATH=$PATH:/usr/local/go/bin
|
|||||||
ENV GOPATH=/go
|
ENV GOPATH=/go
|
||||||
|
|
||||||
RUN bash -c 'curl -L "https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.9.1.tar.gz" | tar -C /usr/local -xz'
|
RUN bash -c 'curl -L "https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.9.1.tar.gz" | tar -C /usr/local -xz'
|
||||||
# RUN bash -c 'curl -L "https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.13.1.tar.gz" | tar -C /usr/local -xz'
|
RUN bash -c 'curl -L "https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.15.0.tar.gz" | tar -C /usr/local -xz'
|
||||||
RUN ldconfig
|
RUN ldconfig
|
||||||
|
|
||||||
RUN ln -s /usr/bin/python3 /usr/bin/python
|
RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# tensorflow[and-cuda] == 2.15.1
|
tensorflow[and-cuda] == 2.15.1
|
||||||
tensorflow[and-cuda] == 2.9.1
|
|
||||||
pandas
|
pandas
|
||||||
# Make sure to install the nvidia pyindex first
|
# Make sure to install the nvidia pyindex first
|
||||||
# nvidia-pyindex
|
# nvidia-pyindex
|
||||||
|
Loading…
Reference in New Issue
Block a user