UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
A
aiml
airflow
airflow-scheduler
Commits
c58254cb
Commit
c58254cb
authored
May 12, 2021
by
Austin Denton
Browse files
Remove file flagging false positives
parent
7a56f159
Pipeline
#257763
passed with stages
in 81 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
c58254cb
...
@@ -20,6 +20,7 @@ COPY *.whl *.tar.gz /local/wheels/
...
@@ -20,6 +20,7 @@ COPY *.whl *.tar.gz /local/wheels/
RUN
source
/opt/bitnami/airflow/venv/bin/activate
&&
\
RUN
source
/opt/bitnami/airflow/venv/bin/activate
&&
\
for
f
in
$(
ls
-l
/local/wheels |
awk
'{print $9}'
|sed
'/^$/d'
)
;
do
pip
install
--no-index
--no-deps
/local/wheels/
$f
;
done
&&
\
for
f
in
$(
ls
-l
/local/wheels |
awk
'{print $9}'
|sed
'/^$/d'
)
;
do
pip
install
--no-index
--no-deps
/local/wheels/
$f
;
done
&&
\
find /opt/bitnami/airflow/venv/lib/python3.8/site-packages
-name
"*.pem"
-o
-name
"*.key"
| egrep
".*test.*/.*
\.
pem|.*test.*/.*
\.
key"
| xargs
rm
-f
&&
\
find /opt/bitnami/airflow/venv/lib/python3.8/site-packages
-name
"*.pem"
-o
-name
"*.key"
| egrep
".*test.*/.*
\.
pem|.*test.*/.*
\.
key"
| xargs
rm
-f
&&
\
rm
/opt/bitnami/airflow/venv/lib/python3.8/site-packages/tensorflow/include/external/local_config_python/python_include/patchlevel.h
&&
\
rm
-rf
/local/
*
&&
\
rm
-rf
/local/
*
&&
\
dnf
-y
remove gcc
&&
\
dnf
-y
remove gcc
&&
\
dnf clean all
&&
\
dnf clean all
&&
\
...
...
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