Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zhang Xiaoli
pyscalebox
Commits
42470854
Commit
42470854
authored
Nov 04, 2022
by
zxl
Browse files
add L1 env parameters
parent
54671fae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
42470854
...
...
@@ -14,6 +14,8 @@ RUN pip install grpcio_tools
ENV
CSST_ADML2_JOB_ID=2
ENV
CSST_ADML2_NAME="admL2"
ENV
CSST_ADML1_JOB_ID=2
ENV
CSST_ADML1_NAME="admL1"
# grpc连接参数
ENV
CSST_PIPELINE_GRPC_SERVER="122.96.144.152:39092"
...
...
Makefile
View file @
42470854
...
...
@@ -9,6 +9,6 @@ dist:
push
:
docker push
$(IMAGE_NAME)
run
:
docker run
-it
--entrypoint
bash
$(IMAGE_NAME)
docker run
-e
CSST_ADML2_JOB_ID
=
3
-it
--entrypoint
bash
$(IMAGE_NAME)
down
:
docker stop
$(IMAGE_NAME)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment