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
6 changes: 3 additions & 3 deletions docker/jetson_tensorrt_u2004.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apt install -y \

# install cmake-3.22.6
RUN cd /tmp && \
wget https://gh.api.99988866.xyz/https://github.com/Kitware/CMake/releases/download/v3.22.6/cmake-3.22.6.tar.gz && \
wget https://gp.zz990099.cn/https://github.com/Kitware/CMake/releases/download/v3.22.6/cmake-3.22.6.tar.gz && \
tar -xzvf cmake-3.22.6.tar.gz && \
rm cmake-3.22.6.tar.gz
RUN cd /tmp/cmake-3.22.6/ && \
Expand All @@ -55,7 +55,7 @@ RUN cd /tmp/cmake-3.22.6/ && \

# install glog
RUN cd /tmp && \
wget https://gh.api.99988866.xyz/https://github.com/google/glog/archive/refs/tags/v0.5.0.tar.gz && \
wget https://gp.zz990099.cn/https://github.com/google/glog/archive/refs/tags/v0.5.0.tar.gz && \
tar -xzvf v0.5.0.tar.gz && \
rm v0.5.0.tar.gz
RUN cd /tmp/glog-0.5.0 && \
Expand All @@ -65,7 +65,7 @@ RUN cd /tmp/glog-0.5.0 && \

# install gtest
RUN cd /tmp && \
wget https://gh.api.99988866.xyz/https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz && \
wget https://gp.zz990099.cn/https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz && \
tar -xzvf release-1.11.0.tar.gz && \
rm release-1.11.0.tar.gz
RUN cd /tmp/googletest-release-1.11.0 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/rknn_u2204.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get install -y \
# use github release proxy speedup
# see [https://github.com/hunshcn/gh-proxy]
RUN cd /tmp && \
wget https://gh.api.99988866.xyz/https://github.com/airockchip/rknn-toolkit2/archive/refs/tags/v2.3.0.tar.gz
wget https://gp.zz990099.cn/https://github.com/airockchip/rknn-toolkit2/archive/refs/tags/v2.3.0.tar.gz

RUN cd /tmp && \
tar -xzvf v2.3.0.tar.gz && \
Expand Down