Skip to content

Commit

Permalink
FEAT-modin-project#2447: add instructions for building docker images
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Nov 20, 2020
1 parent 06d6bb0 commit 0ebda19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/docker/census-on-omnisci/build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
# ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.

echo "Note: a user is responsible for preparing the dataset.
The dataset must be named as 'ipums_education2income_1970-2010.csv' and
be in the folder with 'census-omnisci.dockerfile'. It can be downloaded by link:
'https://rapidsai-data.s3.us-east-2.amazonaws.com/datasets/ipums_education2income_1970-2010.csv.gz'"

cd "`dirname \"$0\"`"

docker build -f census-omnisci.dockerfile -t census-omnisci --build-arg no_proxy \
Expand Down
5 changes: 5 additions & 0 deletions examples/docker/taxi-on-omnisci/build-docker-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
# ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.

echo "Note: a user is responsible for preparing the dataset.
The dataset must be named as 'trips_xaa.csv' and be in the folder with 'nyc-taxi-omnisci.dockerfile'.
It Can be generated by following the instructions on the link:
'https://github.com/toddwschneider/nyc-taxi-data#instructions'"

cd "`dirname \"$0\"`"

docker build -f nyc-taxi-omnisci.dockerfile -t nyc-taxi-omnisci --build-arg https_proxy --build-arg http_proxy .
Expand Down

0 comments on commit 0ebda19

Please sign in to comment.