dfalbel commited on
Commit
2b8a099
1 Parent(s): 900bc85

change runtime type to cuda.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- ARG RUNTIME=cpu
2
  FROM ghcr.io/mlverse/torch:${RUNTIME}-main-release-focal
3
 
4
  COPY DESCRIPTION DESCRIPTION
 
1
+ ARG RUNTIME=cuda
2
  FROM ghcr.io/mlverse/torch:${RUNTIME}-main-release-focal
3
 
4
  COPY DESCRIPTION DESCRIPTION