Searched full:bashrc (Results 1 – 25 of 166) sorted by relevance
1234567
| /external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
| D | shell.partial.Dockerfile | 1 COPY bashrc /etc/bash.bashrc 2 RUN chmod a+rwx /etc/bash.bashrc
|
| /external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/ |
| D | centos-8-jupyter.Dockerfile | 62 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…
|
| D | ubuntu-20.04-jupyter.Dockerfile | 64 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…
|
| D | ubuntu-16.04-jupyter.Dockerfile | 67 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…
|
| D | ubuntu-18.04-jupyter.Dockerfile | 64 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…
|
| D | centos-7-jupyter.Dockerfile | 65 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…
|
| D | ubuntu-20.04-devel-jupyter.Dockerfile | 91 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…
|
| D | centos-8-devel-jupyter.Dockerfile | 93 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…
|
| D | centos-8-mpich-horovod-jupyter.Dockerfile | 105 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…
|
| D | centos-7-devel-jupyter.Dockerfile | 93 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…
|
| D | redhat-8-devel-jupyter.Dockerfile | 92 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…
|
| D | ubuntu-18.04-devel-jupyter.Dockerfile | 91 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…
|
| D | centos-8-mpi-horovod-jupyter.Dockerfile | 106 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…
|
| D | ubuntu-16.04-devel-jupyter.Dockerfile | 94 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…
|
| D | centos-8.Dockerfile | 62 COPY bashrc /etc/bash.bashrc 63 RUN chmod a+rwx /etc/bash.bashrc
|
| D | centos-7-mpich-horovod-jupyter.Dockerfile | 114 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…
|
| D | redhat-8-jupyter.Dockerfile | 90 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…
|
| D | centos-7-mpi-horovod-jupyter.Dockerfile | 115 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/ |
| D | tools.Dockerfile | 29 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/ |
| D | Dockerfile | 27 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/ |
| D | Dockerfile | 27 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/ |
| D | cpu-jupyter.Dockerfile | 55 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…
|
| D | cpu.Dockerfile | 55 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/ |
| D | git_repo.patch | 16 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/ |
| D | git_repo.patch | 16 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