Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify dockerfile #619

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions docker/pfs/build.sh

This file was deleted.

4 changes: 2 additions & 2 deletions go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ubuntu:16.04
ADD ./cmd/pfsserver/pfsserver /pfsserver/
RUN mkdir /pfsserver/log
ADD ./cmd/pfsserver/pfsserver /usr/bin/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move all Dockerfiles under docker/?

ADD ./cmd/edl/edl /usr/bin/
5 changes: 5 additions & 0 deletions go/build_docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
env GOOS=linux GOARCH=amd64 go build cmd/edl
env GOOS=linux GOARCH=amd64 go build cmd/pserver

docker build . -t paddlepaddle/paddlecloud-go-server
9 changes: 0 additions & 9 deletions go/cmd/edl/Dockerfile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions job/dataset/build_docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker build . -t paddlepaddle/recordiodataset
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions python/paddlecloud/build_docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker build . -t paddlepaddle/cloud