Skip to content

Commit

Permalink
attempt to improve import speed
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Jan 20, 2023
1 parent 8cf3507 commit ab3589c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ RUN mamba env create -f /asf-tools/environment.yml && \
sed -i 's/conda activate base/conda activate asf-tools/g' /home/conda/.profile && \
python -m pip install --no-cache-dir /asf-tools

# attempt to speed up initial asf_tools imports by caching *something*...
RUN python -m asf_tools --help

ENTRYPOINT ["/asf-tools/src/asf_tools/etc/entrypoint.sh"]
CMD ["-h"]

0 comments on commit ab3589c

Please sign in to comment.