Unverified Commit 5b62935b authored by Ritika Borkar's avatar Ritika Borkar Committed by GitHub
Browse files

Merge pull request #6 from ShriyaPalsamudram/shriya/NVIDIA/fix_gpt3_build

Remove jet installation in Dockerfile
parents f33f9444 1b788c62
...@@ -117,9 +117,6 @@ RUN if [ "${MEGATRON_REVISION}" != SKIP ]; then \ ...@@ -117,9 +117,6 @@ RUN if [ "${MEGATRON_REVISION}" != SKIP ]; then \
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r 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 # Benchmark code
WORKDIR /workspace/llm 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