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
Scalebox Apps
Commits
3e28918f
Commit
3e28918f
authored
Nov 04, 2022
by
zxl
Browse files
modify run command :python3
parent
80387889
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
L1/dockerfiles/module1/run.sh
L1/dockerfiles/module1/run.sh
+2
-2
L1/dockerfiles/module2/run.sh
L1/dockerfiles/module2/run.sh
+2
-2
L1/pipelines/Makefile
L1/pipelines/Makefile
+1
-1
No files found.
L1/dockerfiles/module1/run.sh
View file @
3e28918f
#!/bin/bash
python /app/bin/module1.py
$1
send-message
$1
\ No newline at end of file
python3 /app/bin/module1.py
$1
send-message
$1
L1/dockerfiles/module2/run.sh
View file @
3e28918f
#!/bin/bash
python /app/bin/module2.py
$1
send-message
$1
\ No newline at end of file
python3 /app/bin/module2.py
$1
send-message
$1
L1/pipelines/Makefile
View file @
3e28918f
...
...
@@ -10,7 +10,7 @@ up-app:
parse
:
CLUSTER
=
$(CLUSTER)
\
${HOME}
/docker-scalebox/bin/parse.sh
app.yaml
scalebox app create
app.yaml
start
:
docker run
-it
--rm
--network
host
-e
JOB_ID
=
17
-e
GRPC_SERVER
=
localhost:50051 hub.cstcloud.cn/scalebox/base bash
-c
' send-job-message filelist . '
...
...
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