Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
maskrcnn
Commits
5b62935b
Unverified
Commit
5b62935b
authored
Jan 07, 2024
by
Ritika Borkar
Committed by
GitHub
Jan 07, 2024
Browse files
Merge pull request #6 from ShriyaPalsamudram/shriya/NVIDIA/fix_gpt3_build
Remove jet installation in Dockerfile
parents
f33f9444
1b788c62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
NVIDIA/benchmarks/gpt3/implementations/pytorch/Dockerfile
NVIDIA/benchmarks/gpt3/implementations/pytorch/Dockerfile
+0
-3
No files found.
NVIDIA/benchmarks/gpt3/implementations/pytorch/Dockerfile
View file @
5b62935b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment