Spaces:
Sleeping
Sleeping
Commit
·
7748c82
1
Parent(s):
cd299e4
test
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -35,9 +35,9 @@ RUN pip install --pre torch-mlir torch \
|
|
35 |
ENV PATH="/root/.local/bin:${PATH}"
|
36 |
|
37 |
# Verify installations
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
|
42 |
# Working directory for MLIR operations
|
43 |
#WORKDIR /workspace
|
|
|
35 |
ENV PATH="/root/.local/bin:${PATH}"
|
36 |
|
37 |
# Verify installations
|
38 |
+
RUN python -c "import torch; print(torch.__version__)" && \
|
39 |
+
mlir-opt-18 --version && \
|
40 |
+
llvm-as-18 --version
|
41 |
|
42 |
# Working directory for MLIR operations
|
43 |
#WORKDIR /workspace
|