File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1
1
FROM registry.access.redhat.com/ubi8/python-38
2
2
WORKDIR /opt/app-root/src
3
3
COPY backend/artifact_manager/requirements.txt /opt/app-root/src
4
+ COPY backend/artifact_manager/setup.cfg /opt/app-root/src
4
5
RUN pip install --upgrade pip && pip install -Ur requirements.txt
5
6
CMD ["/bin/bash" , "-e" ]
Original file line number Diff line number Diff line change
1
+ awscli==1.25.78
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with python 3.8
3
+ # To update, run:
4
+ #
5
+ # pip-compile --output-file=requirements.txt requirements.in
6
+ #
1
7
awscli == 1.25.78
8
+ # via -r requirements.in
9
+ botocore == 1.27.77
10
+ # via
11
+ # awscli
12
+ # s3transfer
13
+ colorama == 0.4.4
14
+ # via awscli
15
+ docutils == 0.16
16
+ # via awscli
17
+ jmespath == 1.0.1
18
+ # via botocore
19
+ pyasn1 == 0.4.8
20
+ # via rsa
21
+ python-dateutil == 2.8.2
22
+ # via botocore
23
+ pyyaml == 5.4.1
24
+ # via awscli
25
+ rsa == 4.7.2
26
+ # via awscli
27
+ s3transfer == 0.6.0
28
+ # via awscli
29
+ six == 1.16.0
30
+ # via python-dateutil
31
+ urllib3 == 1.26.12
32
+ # via botocore
Original file line number Diff line number Diff line change
1
+ [metadata]
2
+ name = modh/data-science-pipelines-artifact-manager
3
+ version = 1.0.0
You can’t perform that action at this time.
0 commit comments