Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
nrp
scientific-images
python
Commits
75344e42
Commit
75344e42
authored
2 months ago
by
Seungmin Kim
Browse files
Options
Downloads
Patches
Plain Diff
Move package location
parent
52a46ba4
No related branches found
No related tags found
No related merge requests found
Pipeline
#55791
canceled
2 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
Dockerfile_cuda
+1
-2
1 addition, 2 deletions
Dockerfile_cuda
with
2 additions
and
4 deletions
Dockerfile
+
1
−
2
View file @
75344e42
...
@@ -51,6 +51,7 @@ RUN mamba install -c conda-forge -c bioconda --yes \
...
@@ -51,6 +51,7 @@ RUN mamba install -c conda-forge -c bioconda --yes \
keras-tuner \
keras-tuner \
deepspeed \
deepspeed \
'jupyter-ai[all]' \
'jupyter-ai[all]' \
'git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git' \
astropy \
astropy \
visualdl \
visualdl \
scikit-commpy \
scikit-commpy \
...
@@ -62,5 +63,3 @@ RUN mamba install -c conda-forge -c bioconda --yes \
...
@@ -62,5 +63,3 @@ RUN mamba install -c conda-forge -c bioconda --yes \
COPY
--chown="${NB_UID}:${NB_GID}" 20tensorboard-proxy-env.sh /usr/local/bin/before-notebook.d/
COPY
--chown="${NB_UID}:${NB_GID}" 20tensorboard-proxy-env.sh /usr/local/bin/before-notebook.d/
WORKDIR
$HOME
WORKDIR
$HOME
RUN
pip
install
git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git
This diff is collapsed.
Click to expand it.
Dockerfile_cuda
+
1
−
2
View file @
75344e42
...
@@ -72,6 +72,7 @@ RUN mamba install -c conda-forge -c bioconda -c nvidia --yes \
...
@@ -72,6 +72,7 @@ RUN mamba install -c conda-forge -c bioconda -c nvidia --yes \
keras-tuner \
keras-tuner \
deepspeed \
deepspeed \
'jupyter-ai[all]' \
'jupyter-ai[all]' \
'git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git' \
astropy \
astropy \
visualdl \
visualdl \
scikit-commpy \
scikit-commpy \
...
@@ -98,5 +99,3 @@ ENV PATH="${PATH}:/usr/local/nvidia/bin" \
...
@@ -98,5 +99,3 @@ ENV PATH="${PATH}:/usr/local/nvidia/bin" \
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/nvidia/lib64"
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/nvidia/lib64"
WORKDIR $HOME
WORKDIR $HOME
RUN pip install git+https://gitlab.nrp-nautilus.io/prp/jupyter-ai-nrp.git
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