Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions containers/dockerfile/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ RUN set -ex; \
chmod +x /usr/local/bin/gosu && \
gosu nobody true

RUN \
source activate gpu_test && \
python -c 'from cupy.cuda import jitify; jitify._init_module()'

# Default entry-point to use if running locally
# It will preserve attributes of created files
COPY entrypoint.sh /scripts/
Expand Down
Loading