Spaces:
Building
Building
amaye15
commited on
Commit
·
774982a
1
Parent(s):
1f5ce72
Basic docker
Browse files- 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=
|
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
|