File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
.github/awsl-layer-docker Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,23 @@ ADD Gemfile .
77RUN bundle config set path "/vendor"
88RUN 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
1818FROM 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
2828COPY --from=builder /vendor/ruby /lambda/opt/ruby/gems/
29- RUN ls -all /lambda/opt/ruby/gems
3029
You can’t perform that action at this time.
0 commit comments