Skip to content

Commit

Permalink
Merge pull request #66 from databricks-industry-solutions/bugfix/read…
Browse files Browse the repository at this point in the history
…me_setup

Readme & Setup
  • Loading branch information
erinaldidb authored Nov 1, 2024
2 parents c208a54 + 46ea45d commit 25ef123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Once the server is running, you can use the OHIF Viewer to interact with your me
- Customizable Workflows: Tailor the annotation process to fit specific research needs.

### Setup Instructions
To execute the MONAILabel server is mandatory to use a cluster with Databruck Runtime Version of `14.3 LTS ML`. For the best performance use a [GPU-Enabled compute](https://docs.databricks.com/en/compute/gpu.html#gpu-enabled-compute).
To execute the MONAILabel server is mandatory to use a cluster with Databricks Runtime Version of `14.3 LTS ML`. For the best performance use a [GPU-Enabled compute](https://docs.databricks.com/en/compute/gpu.html#gpu-enabled-compute).
#### Start the MONAILabel server
- Execute the [05-MONAILabel](/05-MONAILabel) inside a Databricks workspace.
- Set `table` parameter with full name of you pixels catalog table. Ex: `main.pixels_solacc.object_catalog`
Expand Down
4 changes: 2 additions & 2 deletions config/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# COMMAND ----------

# MAGIC %pip install --quiet pydicom==2.3.0 s3fs==2022.10.0 python-gdcm==3.0.19 python-magic==0.4.27 git+https://github.com/databricks-industry-solutions/pixels.git
# MAGIC %pip install --quiet pydicom==2.4.4 s3fs==2022.10.0 python-gdcm==3.0.19 python-magic==0.4.27 git+https://github.com/databricks-industry-solutions/pixels.git

# COMMAND ----------

Expand All @@ -27,7 +27,7 @@ def init_widgets():
volume = dbutils.widgets.get("volume")
write_mode = dbutils.widgets.get("mode")

spark.conf.set('c.table',table)
#spark.conf.set('c.table',table)
#print(F"{path}, {table}, {write_mode}")
return path,table,volume,write_mode

Expand Down

0 comments on commit 25ef123

Please sign in to comment.