Spaces:
Build error
Build error
using docker initial commit
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -33,7 +33,8 @@ python3-pip \
|
|
33 |
|
34 |
# Set Clang as default compiler
|
35 |
|
36 |
-
ENV CC=/usr/bin/clang-18
|
|
|
37 |
|
38 |
# Create a non-root user (Hugging Face Spaces run as non-root)
|
39 |
|
|
|
33 |
|
34 |
# Set Clang as default compiler
|
35 |
|
36 |
+
ENV CC=/usr/bin/clang-18
|
37 |
+
ENV CXX=/usr/bin/clang++-18
|
38 |
|
39 |
# Create a non-root user (Hugging Face Spaces run as non-root)
|
40 |
|