Skip to content

Commit

Permalink
cupy cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
JWDebler authored Apr 28, 2021
1 parent 4c35915 commit 7c0f46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && \
find /opt/conda/ -follow -type f -name '*.js.map' -delete && \
pip install ont-bonito && \
bonito download --models --latest -f && \
pip install cupy --no-cache-dir -vvvv && \
pip install cupy-cuda92 && \
apt-get autoremove --purge --yes && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 7c0f46a

Please sign in to comment.