Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Fix GLambda benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mplebanski committed Jun 10, 2019
1 parent 50eab6f commit 5f3d0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/glambda/glambdaenvironment.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def get_container_config(self) -> Dict:
volumes=[],
binds={},
devices=[],
environment={}
environment={'HOME': '/home/user'}
)

0 comments on commit 5f3d0a0

Please sign in to comment.