File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ ENV PATH $SPARK_HOME/bin:$PATH
4141ENV PYTHONPATH /opt/spark/python/lib/py4j-0.10.7-src.zip:/opt/spark/python/lib/pyspark.zip:$PYTHONPATH
4242ENV PYSPARK_PYTHON python
4343
44- COPY ./libtensorflow_jni.so /usr/lib/
45- COPY ./libtensorflow_framework.so.1.15.0 /usr/lib/libtensorflow_framework.so.1
46-
4744# The tensorframes dir will be mounted here.
4845VOLUME /mnt/tensorframes
4946WORKDIR /mnt/tensorframes
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ object Shading extends Build {
1313
1414 import Dependencies ._
1515
16- resolvers += Resolver .mavenLocal
16+ resolvers += Resolver .bintrayRepo(" meng" , " spark-3.0-snapshots" )
17+ // resolvers += Resolver.mavenLocal
1718
1819 lazy val commonSettings = Seq (
1920 name := " tensorframes" ,
You can’t perform that action at this time.
0 commit comments