[PPML] Update occlum production image build dir (#8098)
This commit is contained in:
		
							parent
							
								
									9ffd1f6dda
								
							
						
					
					
						commit
						96c9343ef2
					
				
					 2 changed files with 6 additions and 4 deletions
				
			
		
							
								
								
									
										5
									
								
								.github/workflows/manually_build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/manually_build.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -555,8 +555,9 @@ jobs:
 | 
			
		|||
            --build-arg no_proxy=${NO_PROXY} \
 | 
			
		||||
            --build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
 | 
			
		||||
            -t ${image}:${TAG} -f ./production/Dockerfile .
 | 
			
		||||
          pwd
 | 
			
		||||
          cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum
 | 
			
		||||
          dir_path=$(pwd)
 | 
			
		||||
          echo $dir_path
 | 
			
		||||
          cd $dir_path
 | 
			
		||||
          export image_name=${image}:${TAG}
 | 
			
		||||
          export final_name=${image_name}-build
 | 
			
		||||
          export container_name=${TAG}-container
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -459,8 +459,9 @@ jobs:
 | 
			
		|||
            --build-arg no_proxy=${NO_PROXY} \
 | 
			
		||||
            --build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
 | 
			
		||||
            -t ${image}:${TAG} -f ./production/Dockerfile .
 | 
			
		||||
          pwd
 | 
			
		||||
          cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum
 | 
			
		||||
          dir_path=$(pwd)
 | 
			
		||||
          echo $dir_path
 | 
			
		||||
          cd $dir_path
 | 
			
		||||
          export image_name=${image}:${TAG}
 | 
			
		||||
          export final_name=${image_name}-build
 | 
			
		||||
          export container_name=${TAG}-container
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue