Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nlp2-docker-2024
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Surrey Shared Containers
nlp2-docker-2024
Commits
0723cffd
Commit
0723cffd
authored
1 year ago
by
erow
Browse files
Options
Downloads
Patches
Plain Diff
add ffcv
parent
69c599b0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
0723cffd
...
...
@@ -27,7 +27,8 @@ RUN pip install mmcv==2.1.0 -f https://download.openmmlab.com/mmcv/dist/cu121/to
RUN
python
-c
'import mmcv;print(mmcv.__version__)'
# Install FFCV
RUN
conda
install
cupy pkg-config libjpeg-turbo opencv
cudatoolkit
=
${
CUDA
}
numba
-c
pytorch
-c
conda-forge
RUN
conda update
-y
conda
&&
conda
install
-y
cupy compilers pkg-config libjpeg-turbo opencv
cudatoolkit
=
${
CUDA
}
numba
-c
pytorch
-c
conda-forge
\
&&
conda clean
-a
RUN
pip
install
ffcv
\
&&
pip cache purge
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment