Skip to content

Commit

Permalink
Update .devcontainer/devcontainer.json
Browse files Browse the repository at this point in the history
Co-authored-by: Kushal Bakshi <[email protected]>
  • Loading branch information
MilagrosMarin and kushalbakshi authored Oct 3, 2023
1 parent 61fbfea commit 61e73bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"remoteEnv": {
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
},
"onCreateCommand": "mkdir -p ${DLC_ROOT_DATA_DIR} &&pip install -e .",
"onCreateCommand": "mkdir -p ${DLC_ROOT_DATA_DIR} && pip install -e .",
"postStartCommand": "docker volume prune -f && s3fs ${DJ_PUBLIC_S3_LOCATION} ${DLC_ROOT_DATA_DIR} -o nonempty,multipart_size=530,endpoint=us-east-1,url=http://s3.amazonaws.com,public_bucket=1",
"hostRequirements": {
"cpus": 4,
Expand Down

0 comments on commit 61e73bf

Please sign in to comment.