Diff of /bin/install_apex [000000] .. [e9500f]

Switch to side-by-side view

--- a
+++ b/bin/install_apex
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+export TMPDIR=$HOME/tmp
+mkdir -p $TMPDIR
+rm -rf apex
+git clone https://github.com/NVIDIA/apex
+cd apex
+pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./ || pip install -v --no-cache-dir ./
+cd ..
+rm -rf apex