File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- torch == 2.2.1
1+ torch == 2.8.0
22numpy == 1.26.3
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ RUN apt-get -y install \
2424 postgresql \
2525 postgresql-contrib \
2626 postgresql-client \
27+ python3 \
28+ python3-pip \
2729 procps \
2830 rsync \
2931 telnet \
@@ -33,6 +35,10 @@ RUN apt-get -y install \
3335 wget \
3436 yq
3537
38+ RUN pip3 install --no-cache-dir --upgrade --break-system-packages pip \
39+ && pip3 install --no-cache-dir patroni[etcd] \
40+ && rm -rf /var/lib/apt/lists/*
41+
3642RUN curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor
3743RUN echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-8.0.list
3844RUN apt-get -y update && \
You can’t perform that action at this time.
0 commit comments