mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-05 10:39:44 +01:00
9 lines
247 B
Bash
Executable file
9 lines
247 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# This wrapper is necessary to fool 'stack --docker' into
|
|
# using nvidia-docker which again will invoke the real
|
|
# docker in the end.
|
|
#
|
|
# Symlink this file as 'docker' somewhere in path
|
|
|
|
NV_DOCKER='/usr/bin/docker' nvidia-docker "$@"
|