Skip to content

Commit

Permalink
fix: github private token
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien3d committed Oct 4, 2024
1 parent 3db3837 commit 4c162e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian11/Dockerfile-tyr-worker
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN cd tartare-tools \
# cosmogony2cities_*.deb

# install tyr requirements
RUN pip install --no-cache-dir -r /usr/share/tyr/requirements.txt
RUN pip install --no-cache-dir -r source/tyr/requirements.txt

RUN apt install -y --force-yes unzip
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
Expand Down

0 comments on commit 4c162e2

Please sign in to comment.