Skip to content
Snippets Groups Projects
Commit a686de53 authored by Giovanni Vindiola's avatar Giovanni Vindiola :speech_balloon:
Browse files

Update ARNocAlphaLinuxPixelStreamingClient

parent 60c3b119
No related branches found
No related tags found
No related merge requests found
......@@ -14,27 +14,10 @@ COPY . /tmp/project
# Build and package our Unreal project
WORKDIR /tmp/project
#RUN wget https://gitlab.nrp-nautilus.io/ar-noc/arnobeta/-/raw/main/rclone-filter.txt
#RUN rclone config create nautilus-s3 s3 endpoint https://s3-west.nrp-nautilus.io provider Ceph access_key_id $ACCESS_KEY_ID secret_access_key $SECRET_ACCESS_KEY \
# && rclone lsd nautilus-s3: \
# && echo "RClone initialization complete. Pulling files from S3 storage via RClone..." \
# && rclone copy nautilus-s3:ARNOB ./ -P --no-traverse --filter-from rclone-filter.txt
RUN chmod +x ./arno-init.sh
RUN bash arno-init.sh
#rclone config create nautilus-s3 s3 endpoint https://s3-west.nrp-nautilus.io provider Ceph access_key_id $ACCESS_KEY_ID secret_access_key $SECRET_ACCESS_KEY
#rclone lsd nautilus-s3:
#
#echo "RClone initialization complete. Pulling files from S3 storage via RClone..."
#rclone copy nautilus-s3:ARNOB ./ -P --no-traverse --filter-from rclone-filter.txt
#if [ $? -ne 0 ]; then
# echo "RClone failed to download files from S3."
# exit 1
#fi
#echo "All files pulled from S3 successfully. Operation complete."
#exit 0
USER ue4
RUN /home/ue4/UnrealEngine/Engine/Build/BatchFiles/RunUAT.sh \
BuildCookRun \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment