cache
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM ubuntu:20.04
|
||||
|
||||
#RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Install apt packages and Bazel and Cuda
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
FROM ubuntu:20.04
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
|
||||
#RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
|
||||
|
||||
RUN \
|
||||
export DEBIAN_FRONTEND=noninteractive && \
|
||||
apt -y update && \
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
FROM ubuntu:20.04
|
||||
|
||||
#RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
|
||||
|
||||
RUN \
|
||||
export DEBIAN_FRONTEND=noninteractive && \
|
||||
apt -y update && \
|
||||
|
||||
Reference in New Issue
Block a user