Skip to content

Commit

Permalink
use full path to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 12, 2024
1 parent e50f1df commit 2c5f072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. image:: doc/_static/fastspecfit-logo.png
.. image:: https://github.com/desihub/fastspecfit/raw/main/doc/_static/fastspecfit-logo.png
:height: 180px
:target: doc/_static/fastspecfit-logo.png
:target: https://github.com/desihub/fastspecfit/raw/main/doc/_static/fastspecfit-logo.png
:alt: FastSpecFit logo

|Actions Status| |Coveralls Status| |Documentation Status| |ASCL Reference|
Expand Down
2 changes: 1 addition & 1 deletion docker/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV DESIMODEL_VERSION 0.19.2
ENV DESITARGET_VERSION 2.8.0
ENV DESISPEC_VERSION 0.68.1
ENV SPECLITE_VERSION v0.20
ENV FASTSPECFIT_VERSION mpi-and-logging
ENV FASTSPECFIT_VERSION main
#ENV FASTSPECFIT_VERSION 3.1.1

RUN pip3 install --break-system-packages git+https://github.com/desihub/desiutil.git@${DESIUTIL_VERSION}#egg=desiutil
Expand Down

0 comments on commit 2c5f072

Please sign in to comment.