Unverified Commit 1b788c62 authored by Shriya Palsamudram's avatar Shriya Palsamudram Committed by GitHub
Browse files

Remove jet installation in Dockerfile

parent f33f9444
......@@ -117,9 +117,6 @@ RUN if [ "${MEGATRON_REVISION}" != SKIP ]; then \
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# JET
RUN pip install jet-api --upgrade --extra-index-url https://sc-hw-artf.nvidia.com/api/pypi/hw-joc-pypi/simple --extra-index-url https://sc-hw-artf.nvidia.com/api/pypi/compute-pypi/simple
# Benchmark code
WORKDIR /workspace/llm
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment