This commit is contained in:
Faraz Fallahi
2022-03-12 13:07:09 -05:00
parent fc39ef7544
commit 7d1f7cc5cb
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
FROM ubuntu:20.04 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 ENV DEBIAN_FRONTEND=noninteractive
# Install apt packages and Bazel and Cuda # Install apt packages and Bazel and Cuda

View File

@@ -1,6 +1,8 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
ENTRYPOINT ["/bin/bash"] ENTRYPOINT ["/bin/bash"]
#RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
RUN \ RUN \
export DEBIAN_FRONTEND=noninteractive && \ export DEBIAN_FRONTEND=noninteractive && \
apt -y update && \ apt -y update && \

View File

@@ -1,5 +1,7 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
#RUN echo 'Acquire::http { Proxy "http://192.168.1.2:3142"; };' >> /etc/apt/apt.conf.d/00proxy
RUN \ RUN \
export DEBIAN_FRONTEND=noninteractive && \ export DEBIAN_FRONTEND=noninteractive && \
apt -y update && \ apt -y update && \