Commit 06a6403 1 parent 5b1a30b commit 06a6403 Copy full SHA for 06a6403
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
FROM python:3.11-slim-bullseye
8
8
9
- ENV DEBIAN_FRONTEND noninteractive
10
- ENV TERM linux
9
+ ENV DEBIAN_FRONTEND= noninteractive
10
+ ENV TERM= linux
11
11
12
12
# Install Git, it is needed for both `versioningit`, and MLflow.
13
13
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
Original file line number Diff line number Diff line change 6
6
7
7
FROM python:3.11-slim-bullseye
8
8
9
- ENV DEBIAN_FRONTEND noninteractive
10
- ENV TERM linux
9
+ ENV DEBIAN_FRONTEND= noninteractive
10
+ ENV TERM= linux
11
11
12
12
# Install Git, it is needed for both `versioningit`, and MLflow.
13
13
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
You can’t perform that action at this time.
0 commit comments