Skip to content

Commit a0e4902

Browse files
authored
Merge pull request #62 from bashbang/main
Upgrades
2 parents 300efac + 69f8324 commit a0e4902

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
torch==2.2.1
1+
torch==2.8.0
22
numpy==1.26.3

utility-pod/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3642
RUN curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor
3743
RUN 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
3844
RUN apt-get -y update && \

0 commit comments

Comments
 (0)