Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyter-notebook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ula
images
jupyter-notebook
Commits
d41f507e
Commit
d41f507e
authored
4 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Install llama-cpp-python
parent
983f5d35
No related branches found
No related tags found
No related merge requests found
Pipeline
#84099
passed
4 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-1
3 additions, 1 deletion
Dockerfile
with
3 additions
and
1 deletion
Dockerfile
+
3
−
1
View file @
d41f507e
FROM
quay.io/jupyter/pytorch-notebook:cuda12-pytorch-2.3.1
# Install Python packages that may be useful.
RUN
pip
install
--no-cache-dir
\
transformers sentence-transformers accelerate bitsandbytes
\
sentence-transformers
hdbscan umap-learn
\
hdbscan umap-learn
\
&&
\
pip
install
llama-cpp-python
--extra-index-url
https://abetlen.github.io/llama-cpp-python/whl/cu121
&&
\
fix-permissions
"
${
CONDA_DIR
}
"
&&
\
fix-permissions
"/home/
${
NB_USER
}
"
This diff is collapsed.
Click to expand it.
ale
@ale
mentioned in commit
cf7802de
·
4 months ago
mentioned in commit
cf7802de
mentioned in commit cf7802de434446914f199217dec1ecd1927473d9
Toggle commit list
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