Skip to content

Commit f398c3e

Browse files
committed
Remove python
1 parent 4389672 commit f398c3e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/awsl-layer-docker/Dockerfile

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@ ADD Gemfile .
77
RUN bundle config set path "/vendor"
88
RUN bundle install --without=development --jobs 4 --retry 3
99

10-
RUN echo "install python libs"
10+
# RUN echo "install python libs"
1111

12-
RUN PYTHONUSERBASE=/lambda/lib/python3.7 pip3 install --user install \
13-
setuptools \
14-
numpy \
15-
git+https://github.com/sequitur-g2p/sequitur-g2p@9b7c505
12+
#RUN PYTHONUSERBASE=/lambda/lib/python3.7 pip3 install --user install \
13+
# setuptools \
14+
# numpy \
15+
# git+https://github.com/sequitur-g2p/sequitur-g2p@9b7c505
1616

1717
# ruby/gems/2.7.0/gems
1818
FROM lambci/yumda:2 as yumda
1919

20-
RUN yum install -y \
21-
python3 \
22-
pip3 \
23-
swig \
24-
python3-setuptools
20+
#RUN yum install -y \
21+
# python3 \
22+
# pip3 \
23+
# swig \
24+
# python3-setuptools
2525

26-
COPY --from=builder /lambda/ /lambda/
26+
#COPY --from=builder /lambda/ /lambda/
2727
#COPY --from=builder /ruby/2.7.0 /lambda/opt/ruby/gems/2.7.0
2828
COPY --from=builder /vendor/ruby /lambda/opt/ruby/gems/
29-
RUN ls -all /lambda/opt/ruby/gems
3029

0 commit comments

Comments
 (0)