forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ISSUE=4599521 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1434 1ad973e4-5ce8-4261-8a94-b56d1f490c56
- Loading branch information
yuyang18
committed
Aug 30, 2016
1 parent
f2d5c7a
commit 291ff97
Showing
15 changed files
with
41 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
FROM ubuntu:14.04 | ||
FROM PADDLE_BASE_IMAGE | ||
MAINTAINER PaddlePaddle Dev Team <[email protected]> | ||
COPY build.sh /root/ | ||
ENV LOWEST_DL_SPEED=0 | ||
ENV WITH_GPU=PADDLE_WITH_GPU | ||
ENV IS_DEVEL=PADDLE_IS_DEVEL | ||
ENV WITH_DEMO=PADDLE_WITH_DEMO | ||
ENV PIP_INSTALL_ARGS "" | ||
ENV PIP_GENERAL_ARGS "" | ||
ENV CUDNN_DOWNLOAD_SUM 40d506d0a8a00a3faccce1433346806b8cd2535683b6f08a63683ce6e474419f | ||
RUN cd /root/ && bash build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
FROM ubuntu:14.04 | ||
FROM ubuntu/ubuntu:14.04 | ||
MAINTAINER PaddlePaddle Dev Team <[email protected]> | ||
COPY build.sh /root/ | ||
ENV LOWEST_DL_SPEED=0 | ||
ENV WITH_GPU=OFF | ||
ENV IS_DEVEL=ON | ||
ENV WITH_DEMO=ON | ||
ENV PIP_INSTALL_ARGS "" | ||
ENV PIP_GENERAL_ARGS "" | ||
ENV CUDNN_DOWNLOAD_SUM 40d506d0a8a00a3faccce1433346806b8cd2535683b6f08a63683ce6e474419f | ||
RUN cd /root/ && bash build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
FROM ubuntu:14.04 | ||
FROM ubuntu/ubuntu:14.04 | ||
MAINTAINER PaddlePaddle Dev Team <[email protected]> | ||
COPY build.sh /root/ | ||
ENV LOWEST_DL_SPEED=0 | ||
ENV WITH_GPU=OFF | ||
ENV IS_DEVEL=ON | ||
ENV WITH_DEMO=OFF | ||
ENV PIP_INSTALL_ARGS "" | ||
ENV PIP_GENERAL_ARGS "" | ||
ENV CUDNN_DOWNLOAD_SUM 40d506d0a8a00a3faccce1433346806b8cd2535683b6f08a63683ce6e474419f | ||
RUN cd /root/ && bash build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
FROM ubuntu:14.04 | ||
FROM ubuntu/ubuntu:14.04 | ||
MAINTAINER PaddlePaddle Dev Team <[email protected]> | ||
COPY build.sh /root/ | ||
ENV LOWEST_DL_SPEED=0 | ||
ENV WITH_GPU=OFF | ||
ENV IS_DEVEL=OFF | ||
ENV WITH_DEMO=OFF | ||
ENV PIP_INSTALL_ARGS "" | ||
ENV PIP_GENERAL_ARGS "" | ||
ENV CUDNN_DOWNLOAD_SUM 40d506d0a8a00a3faccce1433346806b8cd2535683b6f08a63683ce6e474419f | ||
RUN cd /root/ && bash build.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
FROM ubuntu:14.04 | ||
FROM nvidia/cuda:7.5-cudnn5-devel-ubuntu14.04 | ||
MAINTAINER PaddlePaddle Dev Team <[email protected]> | ||
COPY build.sh /root/ | ||
ENV LOWEST_DL_SPEED=0 | ||
ENV WITH_GPU=ON | ||
ENV IS_DEVEL=ON | ||
ENV WITH_DEMO=ON | ||
ENV PIP_INSTALL_ARGS "" | ||
ENV PIP_GENERAL_ARGS "" | ||
ENV CUDNN_DOWNLOAD_SUM 40d506d0a8a00a3faccce1433346806b8cd2535683b6f08a63683ce6e474419f | ||
RUN cd /root/ && bash build.sh |
Oops, something went wrong.