Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csbase-dev
sgarest-daemon
Commits
fb9e50a1
Commit
fb9e50a1
authored
Jun 25, 2019
by
Pedro Felipe Santos Magalhaes
Committed by
Carlos Juliano Viana
Sep 24, 2019
Browse files
[SOMA-1485] - restringir a plataforma yade para não ter opção windows.
parent
9b128b1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Docker/posix/sgad.cfg
View file @
fb9e50a1
...
...
@@ -11,3 +11,6 @@ algorithm_root_dir = "/sgad/algorithms"
runtime_data_dir = "/tmp/sgad"
sandbox_root_dir = "/tmp/sgad/sandbox"
driver = "sga.driver.posix"
resources = {
"docker-linux"
}
README.md
View file @
fb9e50a1
...
...
@@ -108,7 +108,7 @@ Follow instructions on https://github.com/luarocks/luarocks/wiki/LuaRocks-throug
### Build
```
shell
docker build
.
-t
csbase/sgarest-daemon
docker build
.
--network
host
-t
csbase/sgarest-daemon
```
To use
[
sga-driver-slurm
](
#sga-driver-slurm
)
in a specific runtime root directory, use the following build command:
...
...
Write
Preview
Supports
Markdown
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