use MongoDB 7.0 for windestimation model training

This commit is contained in:
Axel Uhl
2024-11-19 01:49:55 +01:00
parent c23f0aa9e7
commit f08c34e801
+2 -2
View File
@@ -4,8 +4,8 @@ LABEL maintainer=axel.uhl@sap.com
# Download and extract the release
WORKDIR /home/sailing
RUN chmod 777 /home/sailing
RUN curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -
RUN echo "deb [arch=amd64,arm64] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" >/etc/apt/sources.list.d/mongodb-org-4.4.list
RUN curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | apt-key add -
RUN echo "deb [arch=amd64,arm64] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/7.0 multiverse" >/etc/apt/sources.list.d/mongodb-org-7.0.list
RUN apt-get update \
&& apt-get install -y vim mongodb-org-shell
COPY vimrc /root/.vimrc