amaye15 commited on
Commit
774982a
·
1 Parent(s): 1f5ce72

Basic docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ ARG PYTHON_VERSION=3.10
14
  FROM python:${PYTHON_VERSION}-slim as base
15
 
16
  # Declare ARG variables again within the build stage
17
- ARG INSTALL_TYPE=all
18
  ARG ENABLE_GPU=false
19
 
20
  # Platform-specific labels
 
14
  FROM python:${PYTHON_VERSION}-slim as base
15
 
16
  # Declare ARG variables again within the build stage
17
+ ARG INSTALL_TYPE=pass
18
  ARG ENABLE_GPU=false
19
 
20
  # Platform-specific labels