From 36fbe526d263296b541158a78f619cd74cedd5e4 Mon Sep 17 00:00:00 2001 From: gnthibault Date: Thu, 13 Jun 2024 09:13:05 +0000 Subject: [PATCH] WIP --- docker/Dockerfile | 13 +++++++++++++ requirements.txt | 11 ++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 267597c..5254b6c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -253,6 +253,19 @@ RUN mkdir -p $HOME/projects \ #RUN systemctl enable indiwebmanager.service +# # Add Docker's official GPG key: +# sudo apt-get update +# sudo apt-get install ca-certificates curl +# sudo install -m 0755 -d /etc/apt/keyrings +# sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc +# sudo chmod a+r /etc/apt/keyrings/docker.asc + +# # Add the repository to Apt sources: +# echo \ +# "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ +# $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ +# sudo tee /etc/apt/sources.list.d/docker.list > /dev/null +# sudo apt-get update && sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin # Build with # ./build_images.sh latest linux/amd64 diff --git a/requirements.txt b/requirements.txt index c22644b..127ecfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ astroalign==2.4.2 astroplan==0.9 -astropy==5.3.2 +astropy==6.1.0 astroquery==0.4.6 erdantic==0.6.0 influxdb-client==1.37.0 gcn-kafka==0.3.0 graphviz==0.20.1 -lxml==4.9.1 +lxml==5.2.2 ntplib==0.3.4 matplotlib==3.7.2 meshcat==0.3.2 -numpy==1.22.0 +numpy==1.26.4 opencv-python==4.8.0.76 photutils==1.9.0 pyaml==20.4.0 pydantic==2.2.1 pydantic-core==2.6.1 #pygraphviz==1.6 -PyLaTeX==1.3.2 +PyLaTeX==1.4.2 pymongo==3.11.3 paho-mqtt==1.6.1 #pyserial==3.4 @@ -27,7 +27,8 @@ requests==2.31.0 rinohtype==0.3.1 sep==1.2.1 #serial==0.0.97 +setuptools==70.0.0 Sphinx==1.8.1 transitions==0.7.1 tzwhere==3.0.3 -watchdog==0.8.3 +watchdog==4.0.1 \ No newline at end of file