Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Oct 3, 2023
1 parent 161dcb7 commit 4373fef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ pip install -r requirements.txt --no-cache-dir

#copy over main.py and /src/rocrate.py to the github workspace
cp main.py github/workspace
cp src/rocrate.py github/workspace

cd github/workspace
mkdir src
cd ../..
cd src
cp rocrate.py ../github/workspace/src
cd ..
cd github/workspace
ls -al
# copy over the extra metadata file if it exists to the main directory
Expand Down

0 comments on commit 4373fef

Please sign in to comment.