Skip to content

Commit

Permalink
Update no_op image file download path
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Nov 1, 2023
1 parent d95a8e0 commit 1027bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/dockerfiles/Dockerfile.no_op
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip3 install --ignore-installed --no-cache-dir -r requirements.txt
# Noop-specific.
RUN mkdir -p gene_indexes
WORKDIR /home/user/gene_indexes
ENV ID_REFINERY_URL=https://zenodo.org/record/1410647/files/all_1536267482.zip
ENV ID_REFINERY_URL=https://zenodo.org/records/1410647/files/all_1536267482.zip
RUN <<EOF
echo $ID_REFINERY_URL > /etc/identifier_refinery_url
wget $ID_REFINERY_URL
Expand Down

0 comments on commit 1027bc8

Please sign in to comment.