We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8baf4 commit b1a6a29Copy full SHA for b1a6a29
2 files changed
Dockerfile
@@ -41,9 +41,6 @@ ENV PATH $SPARK_HOME/bin:$PATH
41
ENV PYTHONPATH /opt/spark/python/lib/py4j-0.10.7-src.zip:/opt/spark/python/lib/pyspark.zip:$PYTHONPATH
42
ENV PYSPARK_PYTHON python
43
44
-COPY ./libtensorflow_jni.so /usr/lib/
45
-COPY ./libtensorflow_framework.so.1.15.0 /usr/lib/libtensorflow_framework.so.1
46
-
47
# The tensorframes dir will be mounted here.
48
VOLUME /mnt/tensorframes
49
WORKDIR /mnt/tensorframes
project/Build.scala
@@ -13,7 +13,8 @@ object Shading extends Build {
13
14
import Dependencies._
15
16
- resolvers += Resolver.mavenLocal
+ resolvers += Resolver.bintrayRepo("meng", "spark-3.0-snapshots")
17
+ // resolvers += Resolver.mavenLocal
18
19
lazy val commonSettings = Seq(
20
name := "tensorframes",
0 commit comments