Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub

# Base scripts
RUN rm /etc/apt/sources.list.d/nvidia-ml.list && apt-get clean
RUN rm -f /etc/apt/sources.list.d/nvidia-ml.list && apt-get clean
RUN apt-get update --fix-missing

COPY install/ubuntu_install_core.sh /install/ubuntu_install_core.sh
Expand Down
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_tensorflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ set -o pipefail
pip3 install \
"h5py==3.1.0" \
keras==2.6 \
tensorflow==2.6.2
tensorflow==2.6.5
3 changes: 2 additions & 1 deletion docker/install/ubuntu_install_tensorflow_aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ apt-get install -y --no-install-recommends libhdf5-dev
pip3 install \
"h5py==3.1.0" \
keras==2.6 \
tensorflow-aarch64==2.6.2 \
tensorflow-aarch64==2.6.3 \
"protobuf<4" \
-f https://snapshots.linaro.org/ldcg/python-cache/tensorflow-aarch64/