Skip to content

Commit ecdb70e

Browse files
committed
clean up 20.08
1 parent 8efe2da commit ecdb70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/ngc-tensorflow/Dockerfile.20.08-tf1-py3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ RUN python3 -m pip install --no-cache-dir --upgrade -r requirements.20.08.txt &&
148148

149149
# install git-lfs
150150
WORKDIR /tmp
151-
RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v2.12.1/git-lfs-linux-amd64-v2.11.0.tar.gz && \
151+
RUN curl -sLO https://github.com/git-lfs/git-lfs/releases/download/v2.12.1/git-lfs-linux-amd64-v2.12.1.tar.gz && \
152152
tar -zxf git-lfs-linux-amd64-v2.12.1.tar.gz && \
153153
bash install.sh && \
154154
rm -rf /tmp/*
155155

156156
COPY ./service-defs /etc/backend.ai/service-defs
157-
RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.7.3/code-server-3.4.1-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
157+
RUN curl -fL https://github.com/cdr/code-server/releases/download/v3.7.3/code-server-3.7.3-linux-amd64.tar.gz | tar -C /usr/local/lib -xz && \
158158
mv /usr/local/lib/code-server-3.7.3-linux-amd64 /usr/local/lib/code-server-3.7.3 && \
159159
ln -s /usr/local/lib/code-server-3.7.3/bin/code-server /usr/local/bin/code-server
160160

0 commit comments

Comments
 (0)