Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						af1747c
	
1
								Parent(s):
							
							d462408
								
Update Dockerfile
Browse files- Dockerfile +1 -1
 
    	
        Dockerfile
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ FROM argilla/argilla-quickstart:v1.19.0 
     | 
|
| 2 | 
         | 
| 3 | 
         | 
| 4 | 
         
             
            # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
         
     | 
| 5 | 
         
            -
            ENV LOAD_DATASETS= 
     | 
| 6 | 
         | 
| 7 | 
         
             
            # Uncomment the next section to keep backward compatibility with previous versions
         
     | 
| 8 | 
         
             
            ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
         
     | 
| 
         | 
|
| 2 | 
         | 
| 3 | 
         | 
| 4 | 
         
             
            # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
         
     | 
| 5 | 
         
            +
            ENV LOAD_DATASETS=none
         
     | 
| 6 | 
         | 
| 7 | 
         
             
            # Uncomment the next section to keep backward compatibility with previous versions
         
     | 
| 8 | 
         
             
            ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
         
     |