Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
PPC-BSC
Software
Deep Health Compss
Commits
38b5ecaf
Commit
38b5ecaf
authored
Jan 24, 2022
by
salbiach
Browse files
omp_num_threads
parent
7eb504af
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
38b5ecaf
...
...
@@ -58,6 +58,7 @@ COPY docker/compss /root
# # Prepare activation of pyeddl env. Works when user uses run exec. TODO: prepare entrypoint
SHELL
["/bin/bash", "-c"]
RUN
echo
"export PATH="
/opt/conda/bin:
$PATH
""
>
~/.bashrc
RUN
echo
"export OMP_NUM_THREADS=4"
>>
~/.bashrc
RUN
echo
"source activate pyeddl_pycompss_env"
>>
~/.bashrc
ENV
PATH /opt/conda/envs/env/bin:$PATH
RUN
source
~/.bashrc
...
...
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