joytou commited on
Commit
07331e0
1 Parent(s): ed221ba

Disabled cuda

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -1,5 +1,6 @@
1
  #!/bin/bash
2
 
 
3
  CUDA_ENABLED=${CUDA_ENABLED:-true}
4
  DEVICE=""
5
 
 
1
  #!/bin/bash
2
 
3
+ CUDA_ENABLED="false"
4
  CUDA_ENABLED=${CUDA_ENABLED:-true}
5
  DEVICE=""
6