Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
7dcff442
authored
Oct 10, 2025
by
Archer
Committed by
GitHub
Oct 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dockerfile (#105) (#5749)
parent
aba0b4c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
projects/sandbox/Dockerfile
+2
-2
No files found.
projects/sandbox/Dockerfile
View file @
7dcff442
# --------- install dependence -----------
# --------- install dependence -----------
FROM
python:3.11-alpine AS python_base
FROM
python:3.11-alpine AS python_base
ENV
VERSION_RELEASE
=
Alpine3.11
ENV
VERSION_RELEASE
=
Alpine3.11
# 安装make和g++
# 安装make和g++
RUN
apk add
--no-cache
make g++
tar
wget gperf automake libtool linux-headers
RUN
apk add
--no-cache
make g++
tar
wget gperf automake libtool linux-headers
...
@@ -14,7 +14,7 @@ RUN wget https://github.com/seccomp/libseccomp/releases/download/v2.5.5/libsecco
...
@@ -14,7 +14,7 @@ RUN wget https://github.com/seccomp/libseccomp/releases/download/v2.5.5/libsecco
make install
&&
\
make install
&&
\
pip install
--no-cache-dir
-i
https://mirrors.aliyun.com/pypi/simple Cython
&&
\
pip install
--no-cache-dir
-i
https://mirrors.aliyun.com/pypi/simple Cython
&&
\
pip install
--no-cache-dir
-i
https://mirrors.aliyun.com/pypi/simple
-r
/app/requirements.txt
&&
\
pip install
--no-cache-dir
-i
https://mirrors.aliyun.com/pypi/simple
-r
/app/requirements.txt
&&
\
cd
src/python
&&
\
cd
/app/libseccomp-2.5.5/
src/python
&&
\
python setup.py install
python setup.py install
...
...
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