Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
csst
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
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+2
-0
Makefile
Makefile
+1
-1
No files found.
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
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