Skip to content

Commit

Permalink
Update to 4.3.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi authored Mar 14, 2023
1 parent 6b42627 commit 4ebdbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ docker run -it --name sparknlp-container \
--conf "spark.serializer"="org.apache.spark.serializer.KryoSerializer" \
--conf "spark.kryoserializer.buffer.max"="2000M" \
--conf "spark.driver.maxResultSize"="0" \
--packages "com.johnsnowlabs.nlp:spark-nlp_2.12:4.3.1"
--packages "com.johnsnowlabs.nlp:spark-nlp_2.12:4.3.2"
```

To run the shell with GPU support, we use the image from [Jupyter Notebook with GPU
Expand All @@ -91,5 +91,5 @@ docker run -it --name sparknlp-container \
--conf "spark.serializer"="org.apache.spark.serializer.KryoSerializer" \
--conf "spark.kryoserializer.buffer.max"="2000M" \
--conf "spark.driver.maxResultSize"="0" \
--packages "com.johnsnowlabs.nlp:spark-nlp-gpu_2.12:4.3.1"
--packages "com.johnsnowlabs.nlp:spark-nlp-gpu_2.12:4.3.2"
```

0 comments on commit 4ebdbbd

Please sign in to comment.