Spaces:
Configuration error
Configuration error
Fixed apt upgrade command
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
{
|
4 |
"name": "Python 3.10: resumate",
|
5 |
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
|
6 |
-
"onCreateCommand": "sudo apt update && sudo apt upgrade && sudo apt install -y chromium
|
7 |
"customizations": {
|
8 |
"vscode": {
|
9 |
"extensions": [
|
|
|
3 |
{
|
4 |
"name": "Python 3.10: resumate",
|
5 |
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
|
6 |
+
"onCreateCommand": "sudo apt update && sudo apt upgrade -y && sudo apt install -y chromium && pip3 install --upgrade pip && pip3 install --user -r requirements.txt",
|
7 |
"customizations": {
|
8 |
"vscode": {
|
9 |
"extensions": [
|