From 7ebc2d39df1abd8575a45627a3a09e38f4ba7bcb Mon Sep 17 00:00:00 2001 From: gnthibault Date: Sun, 11 Aug 2024 01:22:56 +0200 Subject: [PATCH] WIP --- docker/Dockerfile | 4 ++-- docker/requirements.txt | 33 --------------------------------- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 docker/requirements.txt diff --git a/docker/Dockerfile b/docker/Dockerfile index eff2ca6..54f79a8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -186,8 +186,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH" RUN echo 'source /opt/remote_observatory_venv/bin/activate' >> /root/.bashrc # Python packages -COPY requirements.txt . -RUN pip install -r requirements.txt +#COPY requirements.txt . +RUN pip install -r /opt/remote_observatory/requirements.txt # Build and install pyindi-client RUN mkdir -p $HOME/projects \ diff --git a/docker/requirements.txt b/docker/requirements.txt deleted file mode 100644 index fb3aaf0..0000000 --- a/docker/requirements.txt +++ /dev/null @@ -1,33 +0,0 @@ -astroalign==2.4.2 -astroplan==0.9 -astropy==5.3.2 -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 -ntplib==0.3.4 -matplotlib==3.7.2 -meshcat==0.3.2 -numpy==1.22.0 -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 -pymongo==3.11.3 -paho-mqtt==1.6.1 -#pyserial==3.4 -pytz==2021.3 -pyzmq==25.1.0 -requests==2.31.0 -rinohtype==0.3.1 -sep==1.2.1 -#serial==0.0.97 -Sphinx==1.8.1 -transitions==0.7.1 -tzwhere==3.0.3 -watchdog==0.8.3 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 7972efe..05a7332 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroplan==0.10 astropy==6.1.2 astroquery==0.4.7 erdantic==0.6.0 -influxdb-client==1.37.0f +influxdb-client==1.44.0 gcn-kafka==0.3.0 graphviz==0.20.1 lxml==5.2.2