nateraw commited on
Commit
4072b44
·
1 Parent(s): 91150cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ ARG MAMBA_VERSION=23.1.0-1
42
  ARG CUDA_CHANNEL=nvidia
43
  ARG INSTALL_CHANNEL=pytorch
44
  # Automatically set by buildx
45
- ARG TARGETPLATFORM=linux/arm64
46
 
47
  ENV PATH /opt/conda/bin:$PATH
48
 
 
42
  ARG CUDA_CHANNEL=nvidia
43
  ARG INSTALL_CHANNEL=pytorch
44
  # Automatically set by buildx
45
+ ARG TARGETPLATFORM
46
 
47
  ENV PATH /opt/conda/bin:$PATH
48