Skip to content
Snippets Groups Projects
Commit 2ec4d25a authored by Ahmad Ghulam Ilham's avatar Ahmad Ghulam Ilham
Browse files

chore: ignore jars

parent 2ca112e3
Branches
No related merge requests found
...@@ -18,6 +18,10 @@ __pycache__/ ...@@ -18,6 +18,10 @@ __pycache__/
logs/ logs/
*.log *.log
# Ignore JARs
jars/
*.jar
# Ignore output # Ignore output
data/example data/example
......
...@@ -378,7 +378,6 @@ services: ...@@ -378,7 +378,6 @@ services:
web: web:
restart: always restart: always
build: ./mlflow build: ./mlflow
image: mlflow_server
container_name: mlflow_server container_name: mlflow_server
depends_on: depends_on:
- mc - mc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment