Skip to content

Commit

Permalink
vscode tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
chunjie-sam-liu committed Aug 19, 2024
1 parent c9530a3 commit 55497e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vscode-tunnel.slurm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
#SBATCH --signal=USR2
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=50
#SBATCH --mem=300G
#SBATCH --time=1080:00:00
#SBATCH --output=/home/%u/tmp/errout/jrocker/vscode.job.%j
# customize --output path as appropriate (to a directory readable only by the user!)

code tunnel --random-name --no-sleep

0 comments on commit 55497e2

Please sign in to comment.