ejschwartz commited on
Commit
7f27534
·
1 Parent(s): 6ee0882
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -37,12 +37,12 @@ RUN pip install --pre torch-mlir torch \
37
  ENV PATH="/root/.local/bin:${PATH}"
38
 
39
  # Verify installations
40
- RUN python -c "import torch; print(torch.__version__)" && \
41
- mlir-opt --version && \
42
- llvm-as --version
43
 
44
  # Working directory for MLIR operations
45
- WORKDIR /workspace
46
 
47
  # Command to keep the container running
48
  CMD ["bash"]
 
37
  ENV PATH="/root/.local/bin:${PATH}"
38
 
39
  # Verify installations
40
+ #RUN python -c "import torch; print(torch.__version__)" && \
41
+ # mlir-opt --version && \
42
+ # llvm-as --version
43
 
44
  # Working directory for MLIR operations
45
+ #WORKDIR /workspace
46
 
47
  # Command to keep the container running
48
  CMD ["bash"]