Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Aug 10, 2024
1 parent a7204ef commit 7ebc2d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
33 changes: 0 additions & 33 deletions docker/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ebc2d3

Please sign in to comment.