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
chenpangpang
gpu-base-image-build
Commits
1d6fa5fb
Commit
1d6fa5fb
authored
Oct 15, 2024
by
chenpangpang
Browse files
feat: 解决bug
parent
0f9cb486
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
build_space/build_ubuntu.sh
build_space/build_ubuntu.sh
+3
-3
No files found.
build_space/build_ubuntu.sh
View file @
1d6fa5fb
...
@@ -21,11 +21,11 @@ if [ ! -d "./tmp" ];then
...
@@ -21,11 +21,11 @@ if [ ! -d "./tmp" ];then
mkdir
tmp
mkdir
tmp
fi
fi
if
[
"
${
framework
}
"
==
"jupyterlab"
]
;
then
if
[
"
${
framework
}
"
==
"jupyterlab"
]
;
then
cp
./jupyter-extension-install-v
2
/
*
.whl ./tmp/
cp
./jupyter-extension-install-v
3
/
*
.whl ./tmp/
cp
./jupyter-extension-install-v
2
/requirements.txt ./tmp/
cp
./jupyter-extension-install-v
3
/requirements.txt ./tmp/
cp
./extension.sh ./tmp/
cp
./extension.sh ./tmp/
cp
./jupyter_lab_config.py ./tmp/
cp
./jupyter_lab_config.py ./tmp/
cp
-r
./jupyter-extension-install-v
2
/static ./tmp/
cp
-r
./jupyter-extension-install-v
3
/static ./tmp/
fi
fi
if
[
"
${
framework
}
"
==
"codeserver"
]
;
then
if
[
"
${
framework
}
"
==
"codeserver"
]
;
then
cp
./code-server_4.7.0_amd64.deb ./tmp/
cp
./code-server_4.7.0_amd64.deb ./tmp/
...
...
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