Skip to content

Commit

Permalink
use snapshot releases from bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Oct 16, 2019
1 parent 1c8baf4 commit b1a6a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ ENV PATH $SPARK_HOME/bin:$PATH
ENV PYTHONPATH /opt/spark/python/lib/py4j-0.10.7-src.zip:/opt/spark/python/lib/pyspark.zip:$PYTHONPATH
ENV PYSPARK_PYTHON python

COPY ./libtensorflow_jni.so /usr/lib/
COPY ./libtensorflow_framework.so.1.15.0 /usr/lib/libtensorflow_framework.so.1

# The tensorframes dir will be mounted here.
VOLUME /mnt/tensorframes
WORKDIR /mnt/tensorframes
Expand Down
3 changes: 2 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ object Shading extends Build {

import Dependencies._

resolvers += Resolver.mavenLocal
resolvers += Resolver.bintrayRepo("meng", "spark-3.0-snapshots")
// resolvers += Resolver.mavenLocal

lazy val commonSettings = Seq(
name := "tensorframes",
Expand Down

0 comments on commit b1a6a29

Please sign in to comment.