alnoda-workspaces/workspaces/r-workspace/rocker_scripts/experimental/cuda10.2-tf.sh
2022-07-19 16:49:46 +00:00

11 lines
184 B
Bash

#!/bin/bash
## not sure why cuda-cudart-dev-10-1 when this is 10.2 and we already have 10.2...
sudo apt update && \
sudo apt install \
libnvinfer-dev \
cuda-cudart-dev-10-1