Home
last modified time | relevance | path

Searched full:bashrc (Results 1 – 25 of 166) sorted by relevance

1234567

/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Dshell.partial.Dockerfile1 COPY bashrc /etc/bash.bashrc
2 RUN chmod a+rwx /etc/bash.bashrc
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dcentos-8-jupyter.Dockerfile62 COPY bashrc /etc/bash.bashrc
63 RUN chmod a+rwx /etc/bash.bashrc
77 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-20.04-jupyter.Dockerfile64 COPY bashrc /etc/bash.bashrc
65 RUN chmod a+rwx /etc/bash.bashrc
79 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-16.04-jupyter.Dockerfile67 COPY bashrc /etc/bash.bashrc
68 RUN chmod a+rwx /etc/bash.bashrc
82 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-18.04-jupyter.Dockerfile64 COPY bashrc /etc/bash.bashrc
65 RUN chmod a+rwx /etc/bash.bashrc
79 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-7-jupyter.Dockerfile65 COPY bashrc /etc/bash.bashrc
66 RUN chmod a+rwx /etc/bash.bashrc
80 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-20.04-devel-jupyter.Dockerfile91 COPY bashrc /etc/bash.bashrc
92 RUN chmod a+rwx /etc/bash.bashrc
106 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8-devel-jupyter.Dockerfile93 COPY bashrc /etc/bash.bashrc
94 RUN chmod a+rwx /etc/bash.bashrc
108 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8-mpich-horovod-jupyter.Dockerfile105 COPY bashrc /etc/bash.bashrc
106 RUN chmod a+rwx /etc/bash.bashrc
120 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-7-devel-jupyter.Dockerfile93 COPY bashrc /etc/bash.bashrc
94 RUN chmod a+rwx /etc/bash.bashrc
108 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dredhat-8-devel-jupyter.Dockerfile92 COPY bashrc /etc/bash.bashrc
93 RUN chmod a+rwx /etc/bash.bashrc
107 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-18.04-devel-jupyter.Dockerfile91 COPY bashrc /etc/bash.bashrc
92 RUN chmod a+rwx /etc/bash.bashrc
106 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8-mpi-horovod-jupyter.Dockerfile106 COPY bashrc /etc/bash.bashrc
107 RUN chmod a+rwx /etc/bash.bashrc
121 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dubuntu-16.04-devel-jupyter.Dockerfile94 COPY bashrc /etc/bash.bashrc
95 RUN chmod a+rwx /etc/bash.bashrc
109 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-8.Dockerfile62 COPY bashrc /etc/bash.bashrc
63 RUN chmod a+rwx /etc/bash.bashrc
Dcentos-7-mpich-horovod-jupyter.Dockerfile114 COPY bashrc /etc/bash.bashrc
115 RUN chmod a+rwx /etc/bash.bashrc
129 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dredhat-8-jupyter.Dockerfile90 COPY bashrc /etc/bash.bashrc
91 RUN chmod a+rwx /etc/bash.bashrc
105 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcentos-7-mpi-horovod-jupyter.Dockerfile115 COPY bashrc /etc/bash.bashrc
116 RUN chmod a+rwx /etc/bash.bashrc
130 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
/external/tensorflow/tensorflow/tools/dockerfiles/
Dtools.Dockerfile29 COPY bashrc /etc/bash.bashrc
30 RUN chmod a+rwx /etc/bash.bashrc
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/ruby_centos7_x64/
DDockerfile27 RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"
28 RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.7' >> ~/.bashrc"
33 RUN /bin/bash -l -c "echo '. /etc/profile.d/rvm.sh' >> ~/.bashrc"
/external/grpc-grpc/tools/dockerfile/distribtest/ruby_centos7_x64/
DDockerfile27 RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"
28 RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.7' >> ~/.bashrc"
33 RUN /bin/bash -l -c "echo '. /etc/profile.d/rvm.sh' >> ~/.bashrc"
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Dcpu-jupyter.Dockerfile55 COPY bashrc /etc/bash.bashrc
56 RUN chmod a+rwx /etc/bash.bashrc
81 CMD ["bash", "-c", "source /etc/bash.bashrc && jupyter notebook --notebook-dir=/tf --ip 0.0.0.0 --n…
Dcpu.Dockerfile55 COPY bashrc /etc/bash.bashrc
56 RUN chmod a+rwx /etc/bash.bashrc
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/patches/ruby_v1.0.1/
Dgit_repo.patch16 RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"
17 -RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.1' >> ~/.bashrc"
18 +RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.1.8' >> ~/.bashrc"
/external/grpc-grpc/tools/interop_matrix/patches/ruby_v1.0.1/
Dgit_repo.patch16 RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"
17 -RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.1' >> ~/.bashrc"
18 +RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.1.8' >> ~/.bashrc"

1234567