ejschwartz commited on
Commit
7748c82
·
1 Parent(s): cd299e4
Files changed (1) hide show
  1. 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
- #RUN python -c "import torch; print(torch.__version__)" && \
39
- # mlir-opt --version && \
40
- # llvm-as --version
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