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
41
41
ENV PYTHONPATH /opt/spark/python/lib/py4j-0.10.7-src.zip:/opt/spark/python/lib/pyspark.zip:$PYTHONPATH
42
42
ENV PYSPARK_PYTHON python
43
43
44
- COPY ./libtensorflow_jni.so /usr/lib/
45
- COPY ./libtensorflow_framework.so.1.15.0 /usr/lib/libtensorflow_framework.so.1
46
-
47
44
# The tensorframes dir will be mounted here.
48
45
VOLUME /mnt/tensorframes
49
46
WORKDIR /mnt/tensorframes
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ object Shading extends Build {
13
13
14
14
import Dependencies ._
15
15
16
- resolvers += Resolver .mavenLocal
16
+ resolvers += Resolver .bintrayRepo(" meng" , " spark-3.0-snapshots" )
17
+ // resolvers += Resolver.mavenLocal
17
18
18
19
lazy val commonSettings = Seq (
19
20
name := " tensorframes" ,
You can’t perform that action at this time.
0 commit comments