Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Jun 13, 2024
1 parent 95e8f67 commit 36fbe52
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 36fbe52

Please sign in to comment.