cuda_version #2115
georgeper2001
started this conversation in
General
cuda_version
#2115
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am going to build a new docker image using the Dockerfile (which is in the tests folder in raster-vision) to update to v0.20 of rastervision and the environment. I have a nvidia rtx 3080 card in the ubuntu computer i will be using to create the model. the arguments, ARG's, that the script takes are the following:
ARG UBUNTU_VERSION=20.04
ARG CUDA_VERSION
ARG PYTHON_VERSION=3.9
ARG TARGETPLATFORM
ARG TARGETARCH
for TARGETPLATFORM i am going to set it at "linux/arm64"
and for TARGETARCH i am going to set it at "arm64"
what should i use for CUDA_VERSION?
Beta Was this translation helpful? Give feedback.
All reactions