Skip to content

Commit

Permalink
Merge pull request #113 from Tauffer-Consulting/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vinicvaz authored Oct 17, 2023
2 parents 701a4ba + b1fdf3d commit 141ad69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/domino/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.6
0.5.7
1 change: 0 additions & 1 deletion src/domino/custom_operators/sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM bitnami/python:3.8

RUN apt update \
&& apt install fuse -y \
&& apt -y install fuse3 \
&& apt install curl -y \
&& apt install p7zip-full -y \
Expand Down
1 change: 1 addition & 0 deletions src/domino/custom_operators/sidecar/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def mount(self):
]
self.logger.info("Mount command: %s", " ".join(command))
subprocess.run(command, stdout=subprocess.PIPE)
self.logger.info("Mount finished")
self.generate_paths(task_id=self.task_id)
self.logger.info("Mount daemon process running")

Expand Down

0 comments on commit 141ad69

Please sign in to comment.